Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for incorrect usage of detach(), cpu(), to() #6216

Merged
merged 12 commits into from
Mar 1, 2021
Prev Previous commit
Next Next commit
Merge branch 'master' into patch-1
  • Loading branch information
tchaton authored Mar 1, 2021
commit fc5dca69895e3c76d590e9d1febb90e88c205890
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -69,6 +69,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixed incorrect usage of `detach()`, `cpu()`, `to()` ([#6216](https://github.com/PyTorchLightning/pytorch-lightning/pull/6216))


- Prevent `WandbLogger` from dropping values ([#5931](https://github.com/PyTorchLightning/pytorch-lightning/pull/5931))


## [1.2.1] - 2021-02-23

### Fixed
You are viewing a condensed version of this merge commit. You can view the full changes here.