Results 2 issues of Moh

Hi, I am using the following callback to get accuracy at the end of each epoch: ``` ('valid_acc', EpochScoring( 'accuracy', name='valid_acc', lower_is_better=False,)), ``` However, at the time of evaluation on...

Hi, I am trying to load the pertained mode provided by you to carry out some evaluation on a set of images. I followed the instruction you provided to install...