TheScientist1900
TheScientist1900
@Breta01 targets = tf.sparse_placeholder(dtype=tf.int32, name='targets') targets_length = targets.get_shape().as_list()[1] it raises an error the shpae of the tensor in unknown, we can't call as_list function and more details like PAD ,...
Hi, when I run visualize_mesh.py, it shows: Traceback (most recent call last): File "visualize_mesh.py", line 266, in main() File "visualize_mesh.py", line 262, in main visualize_mesh(args) File "visualize_mesh.py", line 239, in...
Hello, I have build the project on win10, the training loss is about 0.08 until 10000 iterations, but all the rendered image is black, why is that?