pytorch-lightning
Here are 420 public repositories matching this topic...
-
Updated
Apr 13, 2022 - Python
🐛 Bug
found another paper-cut with instance segmentation...
it is not trivial/intuitive how to match mask with input image as output can be any size and mask is 128x128
so it is just scaled equally in each dimension is applied padding uniformly?
To Reproduce
https://www.kaggle.com/jirkaborovec/cell-instance-segm-lightning-flash#Training-with-Flash-Lightning
Additional cont
-
Updated
Apr 13, 2022 - Python
-
Updated
Jun 28, 2021 - Python
-
Updated
Apr 8, 2022 - Jupyter Notebook
-
Updated
Jul 30, 2021 - Python
-
Updated
Apr 5, 2022 - Jupyter Notebook
-
Updated
Apr 14, 2022 - Python
"Multi-task training to efficiently combine object detection, segmentation, and classification models" is a feature of icevision. However, I don't know how to use icevision to do multi-task learning like object detection and classication. I just need a simple example without details.
Don't remove
Main issue for examples: #39
Describe the bug
Not necessarily a bug. The dependency of pandas == 1.1.5 is a really obsolete version, (and also many other packages)
For pandas I read through the source and didn't find a version specific usage. Considering change it to pandas >=1.1.5?
-
Updated
Apr 4, 2022 - Python
-
Updated
Apr 12, 2022 - Jupyter Notebook
-
Updated
Dec 3, 2021 - Python
-
Updated
Mar 8, 2022 - Python
-
Updated
Apr 12, 2022 - 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
Aug 8, 2021 - Python
-
Updated
Mar 26, 2022 - Python
-
Updated
Mar 1, 2022 - Jupyter Notebook
-
Updated
Dec 15, 2021 - Python
-
Updated
Apr 19, 2020 - Python
-
Updated
Jul 21, 2021 - Python
-
Updated
Apr 20, 2021 - Python
-
Updated
Oct 12, 2021 - Jupyter Notebook
-
Updated
Apr 11, 2022 - Python
-
Updated
Dec 22, 2021 - Python
-
Updated
Mar 12, 2021 - 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
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."
Removed
_convert_paramsfunction in new pytorch-lightning release (1.6.0).To reproduce
Expected behavior
Environment