When you set the input shape on a keras model, you set it without the batch dimension. (1000,30,8). When you pass a numpy array to a model it ...
確定! 回上一頁