reshape takes a tensor of ints as the shape argument. You are passing None, so it doesn't work. Maybe you want to replace x.get_shape()[0] with ...
確定! 回上一頁