what's your tensorflow version?
my tensorflow version is 1.3 and i clone your lastest code and has many prombles while running
however ,there is no any problems about your code before
I use tensorflow1.4.
What're the problems?
at first it tells me that tf has no attribute 'initializer'
after i solve this ,the new problem is File "/home/txl/TF-Projects/GAN/progressive_growing_of_gans_tensorflow/ops.py", line 117, in MinibatchstateConcat vals = tf.tile(vals, multiples=[s[0], s[1], s[2], 1]) File "/home/txl/anaconda2/envs/tf1.3/lib/python2.7/site-packages/tensorflow/python/ops/gen_array_ops.py", line 3847, in tile name=name) File "/home/txl/anaconda2/envs/tf1.3/lib/python2.7/site-packages/tensorflow/python/framework/op_def_library.py", line 493, in apply_op raise err TypeError: Failed to convert object of type <type 'list'> to Tensor. Contents: [Dimension(16), Dimension(4), Dimension(4), 1]. Consider casting elements to a supported type.
so, ,,,
You can update tensorflow to version 1.4.
yes,it works
congratulations