deeplearning4j-examples
deeplearning4j-examples copied to clipboard
Expected rank 4 mask array for 2D CNN layers. Mask arrays for 2D CNN layers must have shape [batchSize,channels,X,Y] where X = (1 or activationsHeight) and Y = (1 or activationsWidth): Got rank 2 array with shape [128, 512] Total epochs: 0
Issue Description
Please describe your issue, along with:
- expected behavior
- encountered behavior
Version Information
Please indicate relevant versions, including, if relevant:
- Deeplearning4j version
- platform information (OS, etc)
- CUDA version, if used
- NVIDIA driver version, if in use
Contributing
If you'd like to help us fix the issue by contributing some code, but would like guidance or help in doing so, please mention it!
我在使用 1.0.0-beta3 版本的时候 用GPU 进行训练出现了 这个问题。 系统是windows
这个是我的cuda 版本

Please try again with 1.0.0-beta5.