From 971fc5a340939c0dbd37f9ed03d2c400f55da730 Mon Sep 17 00:00:00 2001 From: tangwy's nuc Date: Fri, 15 Mar 2019 16:22:09 +0800 Subject: [PATCH] Changelog 0.6.4 - Major change: 1. Add more options to control training, see `Tools/Run.py` for details 2. Add --ensemble mode when doing inference, to learn more about "ensemble", see EDSR paper. - Bug fix: - wrong logic when use `-f`, -f2`, `-f3` to add custom callbacks together - wrong notification in Loader --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0312e63..a47f789 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -VERSION = '0.6.3' +VERSION = '0.6.4' REQUIRED_PACKAGES = [ 'numpy',