Li Jing
Results
1
issues of
Li Jing
I guess this code is written in old tensorflow? ``` x = tf.reshape(x, tf.pack([-1, prod(shape(x)[1:])])) AttributeError: 'module' object has no attribute 'pack' ``` Is it possible that this code updated...