Hands-On-Meta-Learning-With-Python icon indicating copy to clipboard operation
Hands-On-Meta-Learning-With-Python copied to clipboard

Wrong directory path in the prototypical network demo notebook with omniglot

Open chen0040 opened this issue 3 years ago • 1 comments

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

chen0040 avatar Nov 09 '21 19:11 chen0040

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.

ZILONG-WU-NUDT avatar Jan 11 '22 02:01 ZILONG-WU-NUDT