Is there a way how to plot a training and validation accuracy after we finished training with Skorch net.fit(X_train, y_train). We can see the train_loss, valid_loss, and valid_acc but how about train_acc?
Thank you.
Skorch: How to plot training and validation Accuracy
506 Views Asked by Kang Prayit At
1
This was also answered in the skorch issue tracker but in short you can simply add further scorer for the train accuracy:
If you are working in a jupyter notebook you can simply run