Carlos Mocholí
ff186f8c60
Standardize tensor annotation ( #13292 )
...
unify torch.Tensor >> Tensor
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-06-14 16:43:42 -04:00
Ekagra Ranjan
5e4b712062
Fix deploy production intermediate doc ( #13204 )
2022-06-14 19:18:38 +02:00
dependabot[bot]
a62f2d28b8
Update rich requirement from !=10.15.*,<=12.0.0,>=10.2.2 to >=10.2.2,!=10.15.0.a,<13.0.0 in /requirements ( #13047 )
...
* Update rich requirement in /requirements
Updates the requirements on [rich](https://github.com/willmcgugan/rich ) to permit the latest version.
- [Release notes](https://github.com/willmcgugan/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/willmcgugan/rich/compare/v10.2.2...v12.4.1 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-14 17:17:57 +00:00
Jirka Borovec
78ff201c7e
Update CI setup ( #13291 )
...
* drop mamba
* use legacy GPU machines
2022-06-14 17:11:54 +00:00
Akarsha Rao
bfa8b7be2d
Create hpu-ci-runner Dockerfile ( #13239 )
...
* Create hpu-ci-runner Dockerfile
* Add ENTRYPOINT script 'start.sh' to hpu-ci-runner
* rename dirs
* ci
* add docker
* Fix build failure
* Fix build failure
* Fix title of nightly ci runner build
* Fix comments
* Fix comments
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-06-08 16:02:16 -04:00
Akihiro Nitta
56cd883373
Merge pull request #13250 from PyTorchLightning/ci/rm-base
...
CI: Remove simple test `ci_test-base.yml`
2022-06-08 14:36:52 -04:00
Benjamin Etheredge
83436ee3df
Fixing small typo in documentation. ( #13215 )
...
Fixing typo in documentation.
2022-06-04 05:23:09 +09:00
Carlos Mocholí
7938293cd9
Add deprecation path for the old Loop module ( #13043 )
2022-06-02 21:23:14 +02:00
Carlos Mocholí
a8a6a5b721
Rename `loops/base.py` to `loops/loop.py` ( #13043 )
2022-06-02 21:23:14 +02:00
Patrick Haller
5a5b616110
Explicitly mention disabling validation in trainer docs ( #13148 )
...
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-06-02 16:49:40 +00:00
Akihiro Nitta
3c5a8a833e
Decouple pulling legacy checkpoints from existing GHA workflows and docker files ( #13185 )
...
* Add pull-legacy-checkpoints action
* Replace pulls with the new action and script
* Simplify
2022-06-02 15:39:14 +02:00
Jirka Borovec
de4ab1c027
update NGC docker ( #13136 )
...
* update docker
* Apply suggestions from code review
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-06-02 12:54:13 +00:00
Carlos Mocholí
4819ad1c58
Update CHANGELOG after the 1.6.4 release ( #13201 )
2022-06-02 11:19:46 +02:00
Mauricio Villegas
79de6a95fb
LightningCLI natively support callback list append ( #13129 )
...
* LightningCLI natively support callback list append.
* Update jsonargparse version
* Handle case where callbacks is not a list.
* Fix PEP8 issue.
* Handle mypy false positive
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-06-02 10:00:02 +09:00
ananthsub
c1f05021ff
Fix initialization of optimizers in DDP Strategy ( #11952 )
...
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-06-01 10:25:05 +00:00
Rohit Gupta
9445a84a12
Fix epoch logging on train epoch end ( #13025 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-06-01 09:05:11 +00:00
Mauricio Villegas
18cdfab83b
Register torch's unresolvable import paths in cli module ( #13153 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
2022-06-01 11:00:57 +02:00
Jack Morris
4f81d6f794
Fix typo in cluster_advanced.rst ( #13173 )
2022-06-01 02:53:37 +00:00
Toshiki Ishikawa
c16dcb7266
Remove the deprecated `logger.close` ( #13149 )
...
* refactor:removed the close instance from the LoggerCollection class
* Also logger.close()
* Update CHANGELOG
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-06-01 00:22:56 +00:00
Sebastian Raschka
2876ab0ac3
Updates docs to clarify train_dataloader usage by batch_size_finder ( #13171 )
...
* batchfinder clarification
* fix according to precommit hook
2022-06-01 00:22:31 +00:00
Ekagra Ranjan
011684a05f
Fix instruction for cherry pick way of fixing mixed branches ( #13186 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-31 23:54:32 +00:00
Akihiro Nitta
a21e6c3f33
Specify `Trainer(benchmark=False)` in parity benchmarks ( #13182 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-31 21:23:21 +00:00
Nikhil Shenoy
f4f14bb5d8
Removed `weights_summary` argument from Trainer ( #13070 )
...
Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-31 20:31:39 +00:00
Carlos Mocholí
5bdb936eca
[CLI] Respect existing seed by default ( #13110 )
2022-05-31 22:31:25 +02:00
Rohit Gupta
ba438828e5
Fix logging's step values when multiple dataloaders are used during evaluation ( #12184 )
...
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-31 22:00:29 +02:00
Jirka Borovec
b2eb2b796e
add @akihironitta among CI/CD owners ( #13139 )
...
add @akihironitta
2022-05-31 15:37:29 -04:00
Masahiro Wada
90acf909fb
Fix not running test codes ( #13089 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-31 19:27:46 +00:00
Carlos Mocholí
01ebb1f2f5
Avoid changing the current `cudnn.benchmark` value ( #13154 )
2022-05-31 19:22:19 +00:00
Carlos Mocholí
37804078bb
Revert "Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements ( #13048 )" ( #13177 )
...
This reverts commit e19babc986
.
2022-05-31 20:21:14 +02:00
Carlos Mocholí
9945d028d3
Fix standalone test collection ( #13177 )
2022-05-31 20:21:14 +02:00
Carlos Mocholí
50326e9a65
xfail flaky quantization test blocking CI ( #13177 )
2022-05-31 20:21:14 +02:00
Akihiro Nitta
40dddc8a9b
Pin protobuf version ( #13177 )
2022-05-31 20:21:14 +02:00
Akihiro Nitta
a6e9bc2943
Document CI/CD ( #12980 )
...
* Add README.md to .github/workflows/
* Link CI/CD doc page from contributing.md
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2022-05-28 23:39:01 +00:00
dependabot[bot]
9ac5cca842
Update typing-extensions requirement from <=4.1.1,>=4.0.0 to >=4.0.0,<4.2.1 in /requirements ( #13054 )
...
* Update typing-extensions requirement in /requirements
Updates the requirements on [typing-extensions](https://github.com/python/typing ) to permit the latest version.
- [Release notes](https://github.com/python/typing/releases )
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md )
- [Commits](https://github.com/python/typing/compare/4.0.0...4.2.0 )
---
updated-dependencies:
- dependency-name: typing-extensions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 17:55:23 +02:00
dependabot[bot]
e19babc986
Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements ( #13048 )
...
* Update deepspeed requirement from <0.6.0 to <0.7.0 in /requirements
Updates the requirements on [deepspeed](https://github.com/microsoft/DeepSpeed ) to permit the latest version.
- [Release notes](https://github.com/microsoft/DeepSpeed/releases )
- [Commits](https://github.com/microsoft/DeepSpeed/compare/v0.1.0...v0.6.4 )
---
updated-dependencies:
- dependency-name: deepspeed
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 17:54:27 +02:00
dependabot[bot]
d9c97cdac5
Update tensorboard requirement from <=2.8.0,>=2.2.0 to >=2.2.0,<2.10.0 in /requirements ( #13049 )
...
* Update tensorboard requirement in /requirements
Updates the requirements on [tensorboard](https://github.com/tensorflow/tensorboard ) to permit the latest version.
- [Release notes](https://github.com/tensorflow/tensorboard/releases )
- [Changelog](https://github.com/tensorflow/tensorboard/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorboard/compare/2.2.0...2.9.0 )
---
updated-dependencies:
- dependency-name: tensorboard
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 17:54:15 +02:00
dependabot[bot]
5cf0e376a5
Update jsonargparse[signatures] requirement from <=4.7.1,>=4.7.1 to >=4.7.1,<4.7.4 in /requirements ( #13052 )
...
* Update jsonargparse[signatures] requirement in /requirements
Updates the requirements on [jsonargparse[signatures]](https://github.com/omni-us/jsonargparse ) to permit the latest version.
- [Release notes](https://github.com/omni-us/jsonargparse/releases )
- [Changelog](https://github.com/omni-us/jsonargparse/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/omni-us/jsonargparse/compare/v4.7.1...v4.7.3 )
---
updated-dependencies:
- dependency-name: jsonargparse[signatures]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 17:53:47 +02:00
dependabot[bot]
7172c21ee5
Update matplotlib requirement from <=3.5.1,>3.1 to >3.1,<3.5.3 in /requirements ( #13053 )
...
* Update matplotlib requirement in /requirements
Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib ) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.1.1...v3.5.2 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 17:53:37 +02:00
dependabot[bot]
0447720d7b
Update neptune-client requirement from <=0.15.2,>=0.10.0 to >=0.10.0,<0.16.3 in /requirements ( #13056 )
...
* Update neptune-client requirement in /requirements
Updates the requirements on [neptune-client](https://github.com/neptune-ai/neptune-client ) to permit the latest version.
- [Release notes](https://github.com/neptune-ai/neptune-client/releases )
- [Changelog](https://github.com/neptune-ai/neptune-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/neptune-ai/neptune-client/compare/0.10.0...0.16.2 )
---
updated-dependencies:
- dependency-name: neptune-client
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-27 17:53:14 +02:00
dependabot[bot]
a3c0a4738f
Update mlflow requirement from <=1.24.0,>=1.0.0 to >=1.0.0,<1.27.0 in /requirements ( #13127 )
...
* Update mlflow requirement in /requirements
Updates the requirements on [mlflow](https://github.com/mlflow/mlflow ) to permit the latest version.
- [Release notes](https://github.com/mlflow/mlflow/releases )
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mlflow/mlflow/compare/1.0.0...v1.26.0 )
---
updated-dependencies:
- dependency-name: mlflow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
2022-05-27 12:42:54 +00:00
Nikhil Shenoy
dd47518322
Removed `flush_logs_every_n_steps` argument from Trainer ( #13074 )
...
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-25 12:47:15 +02:00
Carlos Mocholí
c5938f8fbc
Fix torchelastic detection with non-distributed installations ( #13142 )
...
* Fix torchelastic detection under Mac
* CHANGELOG
2022-05-25 12:23:41 +02:00
Jinyeong chae
29fe1dad15
Fix import statement in tutorial ( #13130 )
...
fix tutorial
Co-authored-by: Jiny491 <jiny491@gmail.com>
2022-05-24 19:39:43 +00:00
edward-io
45f57fd739
Add accelerator method `teardown()` ( #11935 )
...
* refactor strategies to use accelerator
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Apply suggestions from code review
Co-authored-by: Aki Nitta <nitta@akihironitta.com>
* Apply suggestions from code review
Co-authored-by: Aki Nitta <nitta@akihironitta.com>
* update changelog
* remove changes to strategies
* update changelog
* update device-specific teardowns
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* partially revert
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update strategy.py
* swap hpu
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add missing log
* unused import
* order matters for tpu?
Co-authored-by: edward-io <me@edward.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Aki Nitta <nitta@akihironitta.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2022-05-24 19:00:45 +00:00
Akihiro Nitta
2dc14e77cd
Use coverage>=6.4 ( #13132 )
2022-05-24 18:01:26 +01:00
Justus Schock
fbd887df9d
Rename min_gpus to min_cuda_gpus ( #13133 )
...
* rename min_gpus to min_cuda_gpus
2022-05-24 12:54:05 +00:00
Adrian Wälchli
880224d4e1
Avoid firewall message from `find_free_network_port` ( #13113 )
2022-05-24 11:58:48 +00:00
mads-oestergaard
11e289ad9f
Update trainer profiler typehint to use `Profiler` instead of the deprecated `BaseProfiler` ( #13084 )
...
* Fix trainer profiler typehint
* Remove unused import of deprecated BaseProfiler
* Update CHANGELOG.md
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-05-23 10:09:47 +00:00
Akihiro Nitta
874ae50870
GPU CI: Increase timeout from 65 to 100min ( #13104 )
2022-05-20 03:43:45 +02:00
rohitgr7
eb21135b2a
Add deprecation path for the old Callback module ( #13031 )
2022-05-19 13:25:25 +02:00