Skip to content

Commit

Permalink
Changelog 0.6.4
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
LoSealL committed Mar 15, 2019
1 parent 9f8dc60 commit 971fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup

VERSION = '0.6.3'
VERSION = '0.6.4'

REQUIRED_PACKAGES = [
'numpy',
Expand Down

0 comments on commit 971fc5a

Please sign in to comment.