KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
generative_preconditioner
โ 11
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
sea_clutter
:
No description available.
h_vs
:
Implementation of 'Homography-based 2D Visual Servoing' S. Benhimane and E. Malis with ROS integration
platform-sdk
:
The offical Coveo C# SDK allows your software to communicate with the Coveo Cloud Platform public APIs and the Push API.
apl-suggester
:
No description available.
nodejs-crash-course
:
๐ป, ๐ป, Node JS Training Course For Beginners๐ป, ๐ป,
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
generative_preconditioner
?
Download (.md)
# On Modulating the Gradient for Meta-Learning The repository contains the code for: <br/> [On Modulating the Gradient for Meta-Learning](http://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123530545.pdf) <br/> [Supp. Material](https://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123530545-supp.pdf) <br/> ECCV 2020 Comparison with prior methods: MAML, Meta-SGD, and Ours. <br/> <img src="https://github.com/chrysts/generative_preconditioner/blob/master/comparison_method.png?raw=true" height="220px" width="700px" /> Please refer to each folder for different tasks: classification, regression, and RL. ## Citation ```` @inproceedings{Christian2020ModGrad, author = {Simon, Christian and Koniusz, Piotr and Nock, Richard and Harandi, Mehrtash}, title = {On Modulating the Gradient for Meta-Learning}, booktitle = {The European Conference on Computer Vision}, year = {2020} } ```` ## Acknowledgement Thank you for CAVIA code: regression and RL tasks are adopted from https://github.com/lmzintgraf/cavia