AdaptiveOptim
AdaptiveOptim copied to clipboard
inputs must be a list of at least one Tensor with the same dtype and shape
It's a great job!!! When I run the cmd, python NIPS_figures.py --data artificial --save_dir layer1, an error happened like below, I wonder how to solve.
Traceback (most recent call last):
File "/AdaptiveOptim/NIPS_figures.py", line 249, in
same question. any update?
There's Spelling mistake in _reg = tf.add_n(tf.get_collection("regularisation")) and it should be _reg = tf.add_n(tf.get_collection("regularization"))
I met an error happened like below, I wonder how to solve. 'FactoNetwork' object has no attribute 'global_step', thank you very much.