Add config to dataloader alignment

This commit is contained in:
henryruhs
2025-03-03 09:41:40 +01:00
parent c9e70ebc18
commit 43f99db5d7
+1 -1
View File
@@ -1,4 +1,4 @@
from typing import Any, Dict, Tuple, TypeAlias, Literal
from typing import Any, Dict, Literal, Tuple, TypeAlias
from torch import Tensor
from torch.nn import Module