From 0d3bb2be234531d65192fe2ab8c68da132da77f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Tue, 11 Aug 2020 10:53:58 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44a376206de88..2872fdbe1268c7 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. ([#2910](https://github.com/PyTorchLightning/pytorch-lightning/pull/#2910)) +- 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