Right now accuracy (used in non-regression fits) is hard coded to be: ``` python predict = predict_proba.argmax(axis=1) accuracy = T.mean(T.eq(predict, y_batch)) ```
Right now accuracy (used in non-regression fits) is hard coded to be: