jxtngx

Results 24 comments of jxtngx

@otaj I can take: - pytorch_lightning/loggers/base.py - pytorch_lightning/loggers/csv_logs.py - pytorch_lightning/loggers/logger.py

@otaj @carmocca two errors in loggers/base.py are attributed to None types being set as the return type for deprecation warnings; should these be left alone or set as the return...

@awaelchli I'd like to be assigned to the following: - pytorch_lightning/loggers/tensorboard.py - pytorch_lightning/core/module.py

@awaelchli I can take core.datamodule too, can I also be assigned pytorch_lightning/core/module.py. I'll work on core.module first, then the tensorboard logger and datamodule.

I had originally marked this blocked by another contributor's anticipated PR; however, that contributor has not opened a PR after 2 weeks https://github.com/Lightning-AI/lightning/issues/13445#issuecomment-1185436344

@otaj @carmocca @Borda @rohitgr7 The new, suggested class methods in LightningDataModule are to reconcile errors raised by mypy; however, these errors originate from pl.utilities.argparse. While troubleshooting the mypy error: ```sh...

@rohitgr7 what was the intended effect of setting strict to None? strict needs to be a bool, so I am wondering if this needs to be False or left as...

apologies, I'm no longer able to keep this PR up to date.

I'd like to help with this; I am on an M1 series mac and have some experience writing tests (for flash).