transfer-learning
transfer-learning copied to clipboard
Support code for the medium blog on transfer learning. Link to the blog in the Readme file.
When running this, I get an error in model construction: ``` 16736256/17225924 [============================>.] - ETA: 0s 16818176/17225924 [============================>.] - ETA: 0s 16900096/17225924 [============================>.] - ETA: 0s 16982016/17225924 [============================>.] - ETA:...
Jupyter-notebook Kernel stopped while running 'Epoch 1/5' (mac OS, catalina 10.15.4)
Hello. It is great example of transfer learning! But can you provide some code that used trained model for prediction on my image?
data
Hi, Thanks for the code. Do you have data with which you have trained this model ? And if so, do you have an idea of the final accuracy you...
Hi Aditya, My question is related to multiple object detection in an image. I have an image which has multiple classes like (car, 2 wheeler, pedestrain etc;). How can I...