-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line 164 #3
Comments
Hi, I am facing the same problem. Please tell me how did you solve this issue. Thanks |
change |
Even I have the same error.. I removed test from all these 3 line.. So I removed test in other calls too... like this.. h1=F.leaky_relu(self.bn0(self.l0(x)+F.gaussian(mu_array2,log_std_array2)),slope=0.1) It gives me this error.. load MNIST dataset |
Hello,
I keep getting this error when I try to compile your code:
GPU: -1
Minibatch-size: 100
epoch: 200
load MNIST dataset
Downloading train-images-idx3-ubyte.gz...
Done
Downloading train-labels-idx1-ubyte.gz...
Done
Downloading t10k-images-idx3-ubyte.gz...
Done
Downloading t10k-labels-idx1-ubyte.gz...
Done
Converting training data...
Done
Converting test data...
Done
Save output...
Done
Convert completed
epoch 1
Traceback (most recent call last):
File "catgan_train.py", line 164, in
fake_x=gen(z)
File "catgan_train.py", line 73, in call
h1=F.leaky_relu(self.bn0(self.l0(z),test),slope=0.1)
TypeError: call() takes exactly 2 arguments (3 given)
Could you please help? Thank you.
The text was updated successfully, but these errors were encountered: