Hands-On-Meta-Learning-With-Python
Hands-On-Meta-Learning-With-Python copied to clipboard
Wrong directory path in the prototypical network demo notebook with omniglot
The directory path in cell 13 of prototypical network omniglot demo (link) is wrong, it is missing "images" directory. As a result, the output of training is wrong (as can be seen in the notebook, the model is not learning at all during training since the train_data are all zero arrays due to it failing to load from the wrong directory. I was able to train the model correctly after fixing the wrong directory path in cell 13
In section "Omniglot Character Set Classification Using Prototypical Network" , the accuracy in the model is always 0.16666 in the process of traning. So, Why does that happen? hope to get your reply,sincerely.