Programming Assignment: Bird Boxes

hi ,


is it allowed to modify number of epochs ,because it takes 5 hours to just finish
10 epochs.

please suggest me

Hello @vemula_suman

You cannot surely edit the EPOCH in circle you are asking for but the issue of prolonged training could be because of the below two steps not being recalled correctly as it will divide your steps as per the batch size respective to their dataset

Get the steps per epoch (may be a few lines of code)
for training dataset

get the validation steps (per epoch) (may be a few lines of code)
for validation dataset

Regards
DP