pytorch-lightning
Here are 396 public repositories matching this topic...
-
Updated
Feb 23, 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
Jun 28, 2021 - Python
-
Updated
Mar 6, 2022 - Python
-
Updated
Feb 27, 2022 - Jupyter Notebook
-
Updated
Jul 30, 2021 - Python
-
Updated
Mar 5, 2022 - Jupyter Notebook
-
Updated
Mar 9, 2022 - Python
📓 New <Tutorial/Example>
Is this a request for a tutorial or for an example?
Either really.
What is the task?
Object detection
Is this example for a specific model?
Any detection model
Is this example for a specific dataset?
Any LightningDataModule that uses nvidia DALI. Maybe COCO?
I have a LightningDataModule that uses NVIDIA DALI. The train and val dataload
-
Updated
Feb 5, 2022 - Python
-
Updated
Feb 2, 2022 - Python
-
Updated
Dec 3, 2021 - Python
-
Updated
Mar 2, 2022 - Jupyter Notebook
-
Updated
Feb 14, 2022 - Python
-
Updated
Mar 8, 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
Feb 3, 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
Feb 28, 2022 - Python
-
Updated
Mar 12, 2021 - Python
-
Updated
Dec 22, 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."


Proposed refactoring or deprecation
Aim SDK includes logging adapters for popular ML frameworks, such as
pytorch_lightning,keras,tf.keras, etc.At the moment there are no unit-tests covering the Logger classes. Need to add tests for this part.
Motivation
Improve overall quality of the product, make sure no regressions occur when code modifications are made.
Pitch
As a