You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Generate Adversarial Sample" button does not respond.
Meanwhile, the command windows displays this error:
.
x = tf.get_collection('mnist')[0]
IndexError: list index out of range
It seems like tf.get_collection('mnist') returns an empty list.
The text was updated successfully, but these errors were encountered:
I created a new conda env with python 3.6.2 (this is a version which supports downloading tf 1.15.4)
I strictly follow the Readme.md directions.
numpy version causes a problem, thus I update its version from 1.12.1 to 1.16.0.
So this is the requirements.txt I used (which is exactly the same with the original except Numpy):
Flask==1.0
matplotlib==2.0.0
numpy==1.16.0
pandas==0.19.2
scipy==0.19.0
tensorflow-gpu==1.15.4
Theano==0.9.0
"Generate Adversarial Sample" button does not respond.
Meanwhile, the command windows displays this error:
.
x = tf.get_collection('mnist')[0]
IndexError: list index out of range
It seems like tf.get_collection('mnist') returns an empty list.
The text was updated successfully, but these errors were encountered: