commit 72916e5ae5bb0f0cd3a02ad3165648ac5daa52ea
parent 93e230def9bbeec7ea427354f983368f76e3f18c
Author: Steven Atkinson <[email protected]>
Date: Thu, 21 Apr 2022 23:33:18 -0700
Bug in import
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nam/models/__init__.py b/nam/models/__init__.py
@@ -6,4 +6,4 @@ from . import _base # noqa F401
from . import _exportable # noqa F401
from .base import Model # noqa F401
from .linear import Linear # noqa F401
-from .ConvNet import ConvNet # noqa F401
+from .conv_net import ConvNet # noqa F401