issue in train the model as in video he define the train function after he told he run on colab so i run that on jupyter notebook .ii shows error of key error: pointing to the generator function line having photo = encoding_train[key+".jpg"] and error is
KeyError: ‘2513260012_03d33305cf.jpg’
Training problem
Here the encoding_train is a dictionary where this key might not be present. So look at the dictionary if you are missing something. or try with remove .jpg from it’s key
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.
ive the similar issue , not able to solve it.
you can post your doubt separately