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 to latest tensorflow. Thanks!