pytorch-lightning
Here are 246 public repositories matching this topic...
-
Updated
Jul 29, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Jun 18, 2020 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
Jun 7, 2021 - Jupyter Notebook
-
Updated
Jul 30, 2021 - Python
-
Updated
Jul 9, 2021 - Python
📓 Documentation Update
What part of documentation was unclear or wrong?
In https://github.com/airctic/icevision/blob/master/icevision/tfms/README.md
The hyperlink around "aug_tfms" 404's.
Two example images near the bottom do not exist.
Describe the solution you'd like
Proper links and images where they're supposed to be. Where can I find more about "aug_tfms"? What are t
-
Updated
Jul 21, 2021 - Python
-
Updated
Jul 20, 2021 - Python
We should support the pseudo-derivative used in Bellec et al. 2018 and subsequent
work by other authors as implemented for example here:
It has the advantage that it naturally lead to sparse gradients and therefore is a good alternative
to f
-
Updated
Mar 26, 2021 - Jupyter Notebook
-
Updated
Jun 5, 2021 - Python
-
Updated
Jul 14, 2021 - Python
-
Updated
Jul 29, 2021 - Python
-
Updated
Jun 23, 2021 - Python
-
Updated
Apr 19, 2020 - Python
-
Updated
Jul 21, 2021 - Python
-
Updated
Jul 4, 2021 - Python
-
Updated
Apr 20, 2021 - Python
-
Updated
Feb 9, 2021 - Python
-
Updated
Mar 12, 2021 - Python
-
Updated
Jul 13, 2021 - Jupyter Notebook
-
Updated
Jul 8, 2021 - Python
-
Updated
Jun 8, 2020 - Python
Add new schedulers
It is always good to have more options to choose. So it would be a good idea to add more schedulers. The steps are the following:
- in conf/scheduler add a config for a new scheduler
- if this scheduler requires some other library, update requirements
- run tests to check that everything works
Example: https://github.com/Erlemar/pytorch_tempest/blob/master/conf/scheduler/cyclic.yaml
`
Add new optimizers
-
Updated
Jun 10, 2021 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Jul 5, 2020 - Python
Improve this page
Add a description, image, and links to the pytorch-lightning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pytorch-lightning topic, visit your repo's landing page and select "manage topics."
Problem
If we pass a
Pathinstance ofpathlibtoaim.Session(repo=path_repo), the path is silently converted to''.Solution
I would suggest editing
clean_repo_pathinaim.engine.utils.Simply add:
We might also use `pathlib