training_cost give a value only for
a = train_set_x[minibatch_index:minibatch_index+batch_size]
b =
train_set_y[minibatch_index:minibatch_index+batch_size]
training_cost_ij=train_model(a, b)-- --- 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.
