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 521;update jt.nn.MaxUnpool2d/MaxUnpool3d #541

Closed fansunqi closed 3 months ago

fansunqi commented 3 months ago

Add runtime error when the kernel_size and stride parameter of jt.nn.MaxUnpool2d and jt.nn.MaxUnpool3d is non-positive.