transfer-learning
transfer-learning copied to clipboard
Repurposing InceptionV3, VGG16, and ResNet50 using bottlenecking
Results
1
transfer-learning issues
Sort by
recently updated
recently updated
newest added
Code block #51 of the Jupyter notebook imports the ResNet50 training data pickle as the validation data. This results in arbitrarily high accuracy. Fix the import and retest. Update graphs...