-
Notifications
You must be signed in to change notification settings - Fork 429
fix inference.py for TF 1.0 && reformat using pep8 code style #45
base: master
Are you sure you want to change the base?
Conversation
corenel
commented
Mar 1, 2017
- fix inference.py for TF 1.0
- reformat using pep8 code style
Need more fix. |
tf.reverse() now takes indices of axes to be reversed. so we should convert boolean_mask into indices
That's strange that I test the script in .travis.yml on local computer successfully, but Travis.org returns a failure. UPDATE: It seems that some commands run out of memory on travis-ci server. Don't know how to fix it. |
Thank you, will look at it |
Hi, I suffered a Segmentation fault (core dumped) error, even though I finally got the segmentation result. |
/cc @speedinghzl |