ItsArghya

Results 12 issues of ItsArghya

Hi, I am very new to Torch. Can you help me with your valuable suggestion, to how to run this program on **MNIST** dataset, or, in general **any gray-scale** dataset....

Hi, Thank you for this neat and clean code of CoGAN. I have one comment: The architecture you have given is giving very good results on MNIST dataset. But, generating...

enhancement

Hi @hwalsuklee , Thank you for sharing this neat-n-clean code... It's really helpful. I have two requests: **1.** Could you please provide a model to generate RGB data like: CIFAR...

Hi, I got the following error while trying: `python3 train.py --infogan --dataset /home/arghyapal/tinfogan/rendered_chairs/rendered_chairs/c7e590c0390e8d5debe67d9b32c3ddf8/renders --scale_dataset 64 64 --batch_size 128 --discriminator conv:4:2:64:lrelu,conv:4:2:128:lrelu,conv:4:2:256:lrelu,conv:4:1:256:lrelu,conv:4:1:256:lrelu,fc:1024:lrelu --generator fc:1024,fc:8x8x256,reshape:8:8:256,deconv:4:1:256,deconv:4:2:256,deconv:4:2:128,deconv:4:2:64,deconv:4:1:1:sigmoid --categorical_lambda 1.0 --continuous_lambda 10.0 --categorical_cardinality 20 20 20...

Hi, First of all thank you for this very easy-to-follow code. One thing, I am getting an error while trying: **fuel-convert celeba 64** --------------------------------------------------------------------------- `File "/usr/local/bin/fuel-convert", line 11, in load_entry_point('fuel==0.2.0',...

I got the following while running; `python display_results.py models/lstm_combo_1layer_mnist_pretrained.pbtxt datasets/bouncing_mnist_valid.pbtxt 0` Error message: `Using board 0 2048 Traceback (most recent call last): File "display_results.py", line 22, in main() File "display_results.py",...

Hi, Thank you for sharing this piece of code. I get the following error: ` ValueError: Variable d_bn1/d_bn1_2/moments/moments_1/mean/ExponentialMovingAverage/ does not exist, or was not created with tf.get_variable(). Did you mean...

One may try to use the following to reproduce the code, `name: channels: - pytorch - defaults - conda-forge dependencies: - _libgcc_mutex=0.1=main - _openmp_mutex=5.1=1_gnu - _pytorch_select=0.2=gpu_0 - _tflow_select=2.1.0=gpu - absl-py=0.15.0=pyhd3eb1b0_0...

Hi, Thank you for this easily readable code. I have one trivial question. How to modify cifar_aegan.py (or, any other *_aegan.py file) so as to run it on my dataset....