updated imports

This commit is contained in:
brian
2024-10-20 20:15:19 +00:00
parent 4ba68d056b
commit 7a8eb93c48
11 changed files with 58 additions and 61 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from tqdm import tqdm
from utils import DEVICE, VCDADataset, load_model
from shared.data_store import connect_minio
from shared.dto import ModelData
from shared.mongodb.classes import ModelData
from shared.utils import setup_logging
if __name__ == '__main__':
+1 -1
View File
@@ -4,7 +4,7 @@ from __future__ import annotations
from torch import nn
from shared.dto import ModelData
from shared.mongodb.classes import ModelData
from .angle import AngleTail
from .contact import ContactTail