learnables / learn2learn

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

Update incorrect URLs in `utils/__init__.py` #430

Open qthequartermasterman opened 4 months ago

qthequartermasterman commented 4 months ago

Description

There are incorrect Source urls on several functions defined in utils. They are linking to a utils.py file, which was turned into a subpackage, so now they are located in utils/__init__.py.

The only changes are in docstrings.

Contribution Checklist

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

Optional

If you make major changes to the core library, please run make alltests and copy-paste the content of alltests.txt below.

[PASTE HERE]