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

Learning to Learn using One-Shot Learning, MAML, Reptile, Meta-SGD and more with Tensorflow

Results 6 Hands-On-Meta-Learning-With-Python issues
Sort by recently updated
recently updated
newest added

The directory path in cell 13 of prototypical network omniglot demo ([link](https://github.com/sudharsan13296/Hands-On-Meta-Learning-With-Python/blob/master/03.%20Prototypical%20Networks%20and%20its%20Variants/3.3%20Omniglot%20Character%20set%20classification%20using%20Prototypical%20Network.ipynb)) is wrong, it is missing "images" directory. As a result, the output of training is wrong (as can...

NCHW to NHWC. Improved model accuracy

It seems that all the source codes assume tensorflow1.x. Any plan to upgrade to tf2?

Hello @sudharsan13296 Thank you for this very interesting work. I have a question regarding section 6.3 "MAML in Supervised Learning". While in Supervised learning setting, Step 3: (inner loop) is...

The AT & T's the Database of Faces (https://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html) can't be downloaded, because the DTG group have be dissolved in September 2023 with his retirement. How to use the dataset...