NVIDIA / DeepLearningExamples

State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
12.93k stars 3.12k forks source link

Fix missing classes argument to ResNet #1366

Open ovcharenkoo opened 6 months ago

ovcharenkoo commented 6 months ago

When running a benchmark on flowers dataset which only has 5 classes, I got a size mismatch error regardless of --num-classes I provided.

Apparently, classes argument was not forwarded to the ResNet initialization. Once fixed, I managed to successfully run training on the dataset with 5 classes.