We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584a9c4 commit 3318f28Copy full SHA for 3318f28
torchopt/diff/implicit/nn/__init__.py
@@ -14,9 +14,10 @@
14
# ==============================================================================
15
"""The base class for differentiable implicit meta-gradient models."""
16
17
-# Preload to resolve circular references
18
-import torchopt.nn.module # pylint: disable=unused-import
+import torchopt.nn.module # preload to resolve circular references
19
from torchopt.diff.implicit.nn.module import ImplicitMetaGradientModule
20
21
22
__all__ = ['ImplicitMetaGradientModule']
+
23
+del torchopt
0 commit comments