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 142d1e9 commit c8e9684Copy full SHA for c8e9684
backends/arm/test/models/test_nss.py
@@ -19,7 +19,9 @@
19
20
from huggingface_hub import hf_hub_download
21
22
-from ng_model_gym.usecases.nss.model.model_blocks import AutoEncoderV1
+from ng_model_gym.usecases.nss.model.model_blocks import ( # type: ignore[import-not-found,import-untyped]
23
+ AutoEncoderV1,
24
+)
25
26
input_t = Tuple[torch.Tensor] # Input x
27
0 commit comments