Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromkeras-team/keras

Commitc7dd36a

Browse files
committed
Prepare 2.0.8 release.
1 parent05b234f commitc7dd36a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎keras/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# Importable from root because it's technically not a layer
2121
from .layersimportInput
2222

23-
__version__='2.0.7'
23+
__version__='2.0.8'

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44

55
setup(name='Keras',
6-
version='2.0.7',
6+
version='2.0.8',
77
description='Deep Learning for Python',
88
author='Francois Chollet',
99
author_email='francois.chollet@gmail.com',
1010
url='https://github.com/fchollet/keras',
11-
download_url='https://github.com/fchollet/keras/tarball/2.0.7',
11+
download_url='https://github.com/fchollet/keras/tarball/2.0.8',
1212
license='MIT',
1313
install_requires=['numpy>=1.9.1',
1414
'scipy>=0.14',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp