the-full-stack / fsdl-text-recognizer-2022

Source of the FSDL 2022 labs, which are at https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022-labs
https://fullstackdeeplearning.com/course
MIT License
82 stars 26 forks source link

generate "best model testing" files automatically #5

Open charlesfrye opened 2 years ago

charlesfrye commented 2 years ago

right now, the "support" files for the model testing are written by hand, and so they need to be updated

alternatively, we could draw from the validation or test sets (examples from the former are logged to W&B during training) to set the contents of these files automatically