lightning/pytorch_lightning
Rohit Gupta f03943ee94
Fix GpuUsageLogger to work on different platforms (#3008)
* Fix GpuUsageLogger

* docstrings

* misconfigexception

* add basic tests

* skip doctest

* fix parameter and docstring

* rm cl

* skip doctest

* cleanup

* chlog

* add suggestions from review

* add test from suggestions

* fix import

* fix test

* fix test

* fix test

* fix test

* rename GpuUsageLogger to GPUStatsMonitor

* doc fix

* Apply suggestions from code review

* update docs format

* update docs

* miss

* merge

* fix title formatting

* unindent

* punctuation

* simplify if statements

* fix test

* suggestions

* pep

* Update CHANGELOG.md

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* fix on_train_batch_*

* use AttributeDict

* usage

* rank zero

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* import

* minor changes

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Adrian Wälchli <adrian.waelchli@inf.unibe.ch>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2020-08-27 19:50:32 +02:00
..
accelerators DP device fix (#3196) 2020-08-27 09:01:29 -04:00
callbacks Fix GpuUsageLogger to work on different platforms (#3008) 2020-08-27 19:50:32 +02:00
core fix ONNX model save on GPU (#3145) 2020-08-26 16:22:19 +00:00
loggers fix tb hparams logging (#2974) 2020-08-24 06:57:04 +00:00
metrics Fix RMSLE metric (#3188) 2020-08-26 08:02:53 -04:00
overrides Fix an import deprecation warning (#3110) 2020-08-24 10:59:47 +02:00
profiler added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
trainer tests to ensure correct dataloader calls (#3221) 2020-08-27 09:49:46 -04:00
utilities tests to ensure correct dataloader calls (#3221) 2020-08-27 09:49:46 -04:00
__init__.py Update __init__.py 2020-08-27 11:52:51 -04:00