[Food Vision Milestone] Model takes a long time to train #461
Unanswered
ishan-pathirana
asked this question in
Q&A
Replies: 2 comments
-
I have replaced EfficientNetB0 with ResNet50 and it solved the training time issue. Also, no need to downgrade TensorFlow to run ResNet50. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ishan-anuranga , did you try modifying the data to user more processing power? I think @mrdbourke , used prefetching and batching the data for faster loading time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on the milestone project and my code seems to take a long time to train even with mixed precision.
Saving TensorBoard log files to: training_logs/efficientnetb0_101_classes_all_data_featrue_extract/20221020-133511 Epoch 1/3 4/2368 [..............................] - ETA: 94:45:51 - loss: nan - accuracy: 0.0254
Beta Was this translation helpful? Give feedback.
All reactions