From 44cea11623de1a8a2b43fd26f3618d31582ecdf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Tue, 11 Aug 2020 10:54:36 +0200 Subject: [PATCH] update changelog changelog chlog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2801621d7d0c..8232f544c8b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,7 +123,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed save apex scaler states ([#2828](https://github.com/PyTorchLightning/pytorch-lightning/pull/2828)) -- Fixed passing `non_blocking=True` when transferring a batch object that does not support it. ([# ](https://github.com/PyTorchLightning/pytorch-lightning/pull/ )) +- Fixed passing `non_blocking=True` when transferring a batch object that does not support it ([#2910](https://github.com/PyTorchLightning/pytorch-lightning/pull/2910)) ## [0.8.5] - 2020-07-09