File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1717from . import losses
1818from . import optimizers
1919from . import regularizers
20- # Importable from root because it's technically not a layer
20+
21+ # Also importable from root
2122from .layers import Input
23+ from .models import Model
24+ from .models import Sequential
2225
23- __version__ = '2.0.8 '
26+ __version__ = '2.0.9 '
Original file line number Diff line number Diff line change 33
44
55setup (name = 'Keras' ,
6- version = '2.0.8 ' ,
6+ version = '2.0.9 ' ,
77 description = 'Deep Learning for Python' ,
88 author = 'Francois Chollet' ,
991010 url = 'https://github.com/fchollet/keras' ,
11- download_url = 'https://github.com/fchollet/keras/tarball/2.0.8 ' ,
11+ download_url = 'https://github.com/fchollet/keras/tarball/2.0.9 ' ,
1212 license = 'MIT' ,
1313 install_requires = ['numpy>=1.9.1' ,
1414 'scipy>=0.14' ,
You can’t perform that action at this time.
0 commit comments