We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I got the following error on trying to train with my own data.
cannot reshape array of size 0 into shape (0,newaxis) Apply node that caused the error: Reshape{2}(Pool{ignore_border=True, mode='max', ndim=2}.0, MakeVector{dtype='int64'}.0) Toposort index: 247 Inputs types: [TensorType(float64, 4D), TensorType(int64, vector)] Inputs shapes: [(0L, 1024L, 4L, 8L), (2L,)] Inputs strides: [(262144L, 256L, 64L, 8L), (8L,)] Inputs values: [array([], shape=(0L, 1024L, 4L, 8L), dtype=float64), array([ 0, -1], dtype=int64)] Outputs clients: [[InplaceDimShuffle{1,0}(Reshape{2}.0), Dot22(Reshape{2}.0, W)]]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I got the following error on trying to train with my own data.
cannot reshape array of size 0 into shape (0,newaxis)
Apply node that caused the error: Reshape{2}(Pool{ignore_border=True, mode='max', ndim=2}.0, MakeVector{dtype='int64'}.0)
Toposort index: 247
Inputs types: [TensorType(float64, 4D), TensorType(int64, vector)]
Inputs shapes: [(0L, 1024L, 4L, 8L), (2L,)]
Inputs strides: [(262144L, 256L, 64L, 8L), (8L,)]
Inputs values: [array([], shape=(0L, 1024L, 4L, 8L), dtype=float64), array([ 0, -1], dtype=int64)]
Outputs clients: [[InplaceDimShuffle{1,0}(Reshape{2}.0), Dot22(Reshape{2}.0, W)]]
The text was updated successfully, but these errors were encountered: