-
Hello,I have trouble in loading model when I saved the model with TF format. The model can't load using 'saver.restore'.
So could you give me some suggestion on saving and loading the trained model?…
-
```
Traceback (most recent call last):
File "cnn_mnist.py", line 140, in
adv_x = fgsm(batch_xs[0], y_conv, 0.3)
File "cnn_mnist.py", line 43, in fgsm
signed_grad = tf.sign(grad)
F…
-
I'm running into a strange issue where by sigar isn't locating or loading the native library. Not entirely sure why but I figured I'd throw this out there to see if anyone has any options i can troubl…
-
right now the map definitions are biased towards image data (because of row x col). We should clean up the code to define them for any input vector. We can do that once the tutorial is fully merged (b…
-
Hello @goodfeli and @npapernot ,
In my understanding, [these two lines](https://github.com/openai/cleverhans/blob/master/cleverhans/attacks_tf.py#L35-L36) get the result of what trained model is go…
-
When generate_np is called more than once with different arguments, it just replays the first graph.
I think it would be best to fix this by just removing generate_np, because some keyword argument…
-
> Completed model training.
Traceback (most recent call last):
File "test_mnist_accuracy.py", line 71, in
app.run()
File "/home/mahnerak/.local/lib/python2.7/site-packages/tensorflow/pyth…