glebss

Results 1 comments of glebss

I had the same problem. The problem is in `tf.concat()` function in different versions of tensorflow. In tensorflow version 0.12 it takes arguments as `tf.concat(axis, values)` but in later versions...