Jian Gao
Jian Gao
I have the same problem. After adding: with `tf.variable_scope(tf.get_variable_scope(), reuse=False):` before `ema.apply` There comes another problem at model.initialize_network(FLAGS.logs_dir): ``` Traceback (most recent call last): File "/home/jg/miniconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1021, in _do_call...
I followed the instructions in https://github.com/soumith/dcgan.torch to install lmdb: sudo apt-get install liblmdb-dev luarocks install lmdb.torch And I also tried: 1.sudo apt-get install liblmdb-dev 2.git clone https://github.com/eladhoffer/lmdb.torch 3.cd lmdb.torch/ 4.luarocks...
Dear Ashwini, I still have that problem on Ubuntu. Instead, I switch to Mac. Best, On Tue, Jul 18, 2017 at 4:47 PM, aks009 wrote: > Hi bottlecapper, > >...