pytorch-lightning
Here are 284 public repositories matching this topic...
-
Updated
Sep 17, 2021 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Sep 17, 2021 - Python
-
Updated
Jul 30, 2021 - Python
-
Updated
Sep 6, 2021 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Python
-
Updated
Jun 7, 2021 - Jupyter Notebook
-
Updated
Sep 16, 2021 - Python
-
Updated
Sep 17, 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
Sep 17, 2021 - Python
-
Updated
Aug 12, 2021 - Python
Spike-time decoding
Add a function and module that permits spike-time decoding, as suggested by @schmitts https://twitter.com/sbstnschmtthd/status/1432343373072019461
-
Updated
Mar 26, 2021 - Jupyter Notebook
-
Updated
Jun 5, 2021 - Python
-
Updated
Sep 4, 2021 - Python
-
Updated
Aug 8, 2021 - Python
-
Updated
Aug 24, 2021 - Python
-
Updated
Apr 19, 2020 - Python
-
Updated
Jul 21, 2021 - Python
-
Updated
Sep 16, 2021 - Python
-
Updated
Apr 20, 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
May 15, 2021 - Jupyter Notebook
-
Updated
Jul 14, 2021 - Jupyter Notebook
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
Path
instance ofpathlib
toaim.Session(repo=path_repo)
, the path is silently converted to''
.Solution
I would suggest editing
clean_repo_path
inaim.engine.utils
.Simply add:
We might also use `pathlib