Skip to content

Commit 971fc5a

Browse files
committed
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
1 parent 9f8dc60 commit 971fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages
22
from setuptools import setup
33

4-
VERSION = '0.6.3'
4+
VERSION = '0.6.4'
55

66
REQUIRED_PACKAGES = [
77
'numpy',

0 commit comments

Comments
 (0)