AFAIK, in the code, testing can be done only after completing all the training iterations. But is it possible to test with the test dataset while training? (Ex: 500 test iterations while 5000 training iterations). Any tips on how to modify the code to accommodate that?
AFAIK, in the code, testing can be done only after completing all the training iterations. But is it possible to test with the test dataset while training? (Ex: 500 test iterations while 5000 training iterations). Any tips on how to modify the code to accommodate that?