sachinjm

Results 8 issues of sachinjm

even though TF>=1.0.0 I am getting NotFoundError (see above for traceback): Key discriminator/d_bn0/beta not found in checkpoint Got above error while running ./complete.py ./data/your-test-data/aligned/* --outDir outputImages I am trying to...

Tried running code from image.py file. glumpy version 0.2.1. Tried using 1.0.6 also but no success. Can you please help to fix this? I want to run test_rbm.py from https://github.com/trunghlt/pyRBM...

fig = glumpy.figure(size=(512,512) )

Getting an error for mnistfull.txt. Error is in cell = tf.contrib.rnn.LSTMCell(num_units=hidden_units_d, state_is_tuple=True, reuse=reuse) Please let me know the solution. One more error name 'l2norm_bound' is not defined

i tried running the code, after couple of epochs, save_training_images is dumping empty image. It doesn't look relisting. is it because yet to learn or something wrong in code?

I am trying to run mnist.py on window's 7 and facing lot of problems, like ImportError: No module named 'graphics', ImportError: No module named 'trackball'. Can you please guide me?...

I am getting TypeError: pred must not be a Python bool in the line lambda: (ema_mean, ema_var)) in batch_norm function. Looking forward for the help Above error is while using...

Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!