SciTSR icon indicating copy to clipboard operation
SciTSR copied to clipboard

Unable to setup test_dataset

Open tanay2001 opened this issue 4 years ago • 1 comments

The TrainDataset function used to generate test_data is broken , it accepts a rel folder as input while no such folder exists in test. Even TrainInferDataset is never called but has been imported from loader.py , I feel this is a bug please look into it

tanay2001 avatar Feb 17 '21 04:02 tanay2001

@tanay2001 faced the same error, just use ~1000 examples from training set to test set. It doesn't affect the final accuracy as the loss stops decreasing after ~5 epochs anyway

brabbit61 avatar Mar 02 '21 09:03 brabbit61