learnables / learn2learn

A PyTorch Library for Meta-learning Research
http://learn2learn.net
MIT License
2.61k stars 350 forks source link

fix inheritance in NoLeaveProgressBar #347

Closed farzam-khodajoo closed 2 years ago

farzam-khodajoo commented 2 years ago

Description

Fixes #346

pytorch lightning doesn't include pl.callbacks.ProgressBar anymore, so I replaecd it with TQDMProgressBar to fix import error

Contribution Checklist

If your contribution modifies code in the core library (not docs, tests, or examples), please fill the following checklist.

seba-1511 commented 2 years ago

Thanks for the PR @arshamkhodajoo -- the issues blocking the merge were resolved upstream so I'm merging this now.

VasuTammisetti commented 1 year ago

Hello all,

is it possible to implement ensemble learning with various meta-learning algorithms like MAML; ANIL etc. could you please share some references and implementations if any have already been done similarly