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 17
17
from . import losses
18
18
from . import optimizers
19
19
from . import regularizers
20
- # Importable from root because it's technically not a layer
20
+
21
+ # Also importable from root
21
22
from .layers import Input
23
+ from .models import Model
24
+ from .models import Sequential
22
25
23
- __version__ = '2.0.8 '
26
+ __version__ = '2.0.9 '
Original file line number Diff line number Diff line change 3
3
4
4
5
5
setup (name = 'Keras' ,
6
- version = '2.0.8 ' ,
6
+ version = '2.0.9 ' ,
7
7
description = 'Deep Learning for Python' ,
8
8
author = 'Francois Chollet' ,
9
9
10
10
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 ' ,
12
12
license = 'MIT' ,
13
13
install_requires = ['numpy>=1.9.1' ,
14
14
'scipy>=0.14' ,
You can’t perform that action at this time.
0 commit comments