From d1bcfe578800cd1d31b610840088a51fcba28c6b Mon Sep 17 00:00:00 2001 From: Steffen Rochel Date: Wed, 19 Dec 2018 14:36:28 -0800 Subject: [PATCH] added Fix unpicklable transform_first on windows added * Fix unpicklable transform_first on windows (#13686 ) @eric-haibin-lin still needs to merge this PR and PR 13686 to 1.4.x branch --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index c324e8db5dc7..0dfe9766b3e4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -359,6 +359,7 @@ Please find detailed information and performance/accuracy numbers here: [MKLDNN * Add embedding to print_summary (#12796) * Allow foreach on input with 0 length (#12471) * [MXNET-360]auto convert str to bytes in img.imdecode when py3 (#10697) +* Fix unpicklable transform_first on windows (#13686 ) ### Licensing updates * Add license headers to R-package (#12559)