Jittor / jittor

Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
https://cg.cs.tsinghua.edu.cn/jittor/
Apache License 2.0
3.07k stars 307 forks source link

fix issue 523;update jt.nn.Conv1d/Conv3d/conv2d/conv3d #539

Closed fansunqi closed 3 months ago

fansunqi commented 3 months ago

Add value error when the groups parameter of jt.nn.Conv1d/Conv3d/conv2d/conv3d is non-positive.