Add nn modules block tests

pull/4484/head
Glenn Jocher 1 year ago
parent 8a970f23d3
commit 8ede2d1e9c
  1. 2
      tests/test_python.py

@ -387,7 +387,7 @@ def test_nn_modules_conv():
DWConvTranspose2d(c1, c2)(x) DWConvTranspose2d(c1, c2)(x)
ConvTranspose(c1, c2)(x) ConvTranspose(c1, c2)(x)
Focus(c1, c2)(x) Focus(c1, c2)(x)
CBAM(c1, c2)(x) CBAM(c1)(x)
# Fuse ops # Fuse ops
m = Conv2(c1, c2) m = Conv2(c1, c2)

Loading…
Cancel
Save