warpgrad
warpgrad copied to clipboard
Meta-Learning with Warped Gradient Descent
Hi Flennerhag, I want to reproduce the accuracy of Warp-Leap in Table 1 for the Omniglot dataset. However, I am confused with the parameter setting to run n-way k-shot learning...
Hi! I met a problem. When I apply my dataset and my resnet50 model and run the comman "python main.py --meta_model warp_leap --suffix myrun18", I found that the GPU memory...
This PR is the initial effort for implementing Algorithm one for online learning using Warpgrad. I started analysing the implementation of algorithm 2. Since online learning algorithm does not require...
Will you open source the continual learning experiments? Thanks