the error appears to be in the training_generator but not sure of the source. i have already exempted the corrupt files 666 and 11702 from the training set.
help!!
the error appears to be in the training_generator but not sure of the source. i have already exempted the corrupt files 666 and 11702 from the training set.
help!!
Hello @skypeak ,
Welcome to the community!!
Send me your notebook via dm such that I can check where it went wrong. By clicking on the profile picture, you will see an option to message. There you can attach your notebook. Then we can discuss the issues here.
With regards,
Nilosree Sengupta
thanks for your offer to help! Just sent you via DM. I think it has something to do with how I am constructing the train_generator variable but not exactly sure what is wrong with it.
Hello @skypeak ,
Under # Pass in the appropriate arguments to the flow_from_directory method
for validation_generator, you have kept the target size None, None.
Pass suitable values to the taget size. It will start the model training.
With regards,
Nilosree Sengupta
This worked - fantastic. Thank you very much for your help!
Curious, how you debug something like this?
Hello @skypeak ,
You’re welcome!
Thanks! Probably with several years of debugging experience and attention to detail.
With regards,
Nilosree Sengupta