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
Hello,
I want to run the unsupervised BGAN with MNIST dataset using this command: ./run_bgan.py --data_path datasets --dataset mnist --num_mcmc 2 --out_dir ./results/ --train_iter 75000 --save_samples --n_save 100
But I got an error:
Starting session
Starting training loop
Iter 100
[None]
Gen losses = 3.56, 5.86
saving results and samples
Traceback (most recent call last):
File "./run_bgan.py", line 296, in <module>
b_dcgan(dataset, args)
File "./run_bgan.py", line 103, in b_dcgan
results = {"disc_losses": map(float, d_losses),
TypeError: float() argument must be a string or a number
I printed d_losses and got [None]. Any help?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I want to run the unsupervised BGAN with MNIST dataset using this command:
./run_bgan.py --data_path datasets --dataset mnist --num_mcmc 2 --out_dir ./results/ --train_iter 75000 --save_samples --n_save 100
But I got an error:
I printed d_losses and got [None]. Any help?
Thank you
The text was updated successfully, but these errors were encountered: