brain-research / realistic-ssl-evaluation

Open source release of the evaluation benchmark suite described in "Realistic Evaluation of Deep Semi-Supervised Learning Algorithms"
Apache License 2.0
458 stars 98 forks source link

Special value 'latest' to evaluate latest available checkpoint #12

Open gar1t opened 5 years ago

craffel commented 5 years ago

Thanks for this! It creates a little bit of a semantic clash though - when the checkpoint is latest, it uses results_dir; when it's a path, it assumes a full path. I think it would be fine to make it so when eval_single_checkpoint is a filename, it still uses results_dir to create the full path. WDYT?