-
```During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "test_attack.py", line 69, in
data, model = MNIST(), MNISTModel("models/mnis…
-
ubgpu@ubgpu:~/github/MADE$ sudo python -u trainMADE.py --name mnist_from_paper binarized_mnist 0.01 0 -1 32 Full 300 100 30 False 0 adagrad 0 [8000,8000] 1234 False Output False hinge Orthogonal 0
Usi…
-
Hi, @oyxhust
I have met this error when train time.
-------------------------------------------
model [WGAN_GP_Model] was created
create web directory ./checkpoints/mnist/web...
Traceback (mos…
-
I was trying to compute the distance matrix for only mnist but I get the error:
```
return torch.from_numpy(parsed.astype(m[2], copy=False)).view(*s)
Embedding mnist
Traceback (most recent call …
-
**System information**
- Have I written custom code: No (https://github.com/tensorflow/docs/blob/master/site/en/r2/tutorials/quickstart/beginner.ipynb)
- OS Platform and Distribution (e.g., Linux Ub…
-
Hello, thank you for your code. There was a problem when I used your code. When MNIST data set is used, the clustering effect is uneven, which leads to the unavailability of the model. How can I solve…
-
@aymericdamien
So I have been trying to create a confusion metrics in my autoencoder
```
from __future__ import division, print_function, absolute_import
import numpy as np
#import matplot…
-
What's the mainly difference between MNIST_CNN.h5 and MNIST_CNN_tanh.h5 ? just finally activation layer using tanh or others ? It will be perfect as showing the source code of these two models.
-
Hello,
I saw in the issues sections someone else had the same problem and I tried the referenced responses but I still get the same error. My GPU is GeForce 425m, I know it's an old GPU but is there …
-
Hi! I'm trying to conduct the membership attack on the Fashion Mnist dataset by slightly changing the provided example. Since the Fashion MNIST is 70k images (60k training and 10k for validation) and …