Hi, I got stuck in exercise 7 model.fit
progress, it’s taking so long(almost 10 hours) to train the model.
Is this intended or I missed something?
running on GPU.
someone got the same issue?
Hi, I got stuck in exercise 7 model.fit
progress, it’s taking so long(almost 10 hours) to train the model.
No its not supposed to take that long, after all you are using already a pretrained network mobilnet with weights. Make sure you are using that network though.
steps_per_epoch = length_of_training_dataset//BATCH_SIZE
you forgot to divide for the BATCH SIZE