Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Microsoft/MMdnn into v-ruzha
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahaoYao committed May 24, 2018
2 parents d4861dd + 8029f6e commit 2709329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mmdnn/conversion/tensorflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ with tf.Session(graph=tf.Graph()) as sess:

Ubuntu 16.04 with

- Tensorflow 1.7
- Tensorflow 1.8

@ 2018/05/23

## Limitation

- Currently no RNN related operations support.
- Currently no RNN related operations support.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.2.0',
version='0.2.1',

description='Deep learning model converter, visualization and editor.',
long_description=long_description,
Expand Down

0 comments on commit 2709329

Please sign in to comment.