How to fix this issue. I had this result after using this indexing but then I remove it from the code and I still have the same message ?
# idxs = (self.y_pred >= 0.7).nonzero() # self.y_pred = T.set_subtensor(self.y_pred[idxs], 1) # idxs = (self.y_pred < 0.7).nonzero() # self.y_pred = T.set_subtensor(self.y_pred[idxs], 0) -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
