Skip to content
#

pytorch-lightning

Here are 420 public repositories matching this topic...

haritsahm
haritsahm commented Apr 3, 2022

🐛 Bug

Removed _convert_params function in new pytorch-lightning release (1.6.0).

To reproduce

from aim.pytorch_lightning import AimLogger

trainer = pl.Trainer(logger=AimLogger(experiment='experiment_name'))
trainer.logger.log_hyperparams(hparams)

Expected behavior

  • Successfully log the hyperparameters with no errors

Environment

  • Aim Version (3.8
type / bug help wanted good first issue area / integrations
Borda
Borda commented Nov 4, 2021

🐛 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

bug / fix good first issue help wanted
eshoyuan
eshoyuan commented Mar 12, 2022

"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

documentation help wanted good first issue example request

Trained models & code to predict toxic comments on all 3 Jigsaw Toxic Comment Challenges. Built using Pytorch Lightning and 🤗 Transformers. For access to our API, please email us at [email protected].

  • Updated Apr 12, 2022
  • Python
norse
Erlemar
Erlemar commented Oct 5, 2020

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
`

enhancement good first issue

Improve this page

Add a description, image, and links to the pytorch-lightning topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more