renamed module

This commit is contained in:
brian
2025-01-06 17:15:48 +00:00
parent 8214bd2669
commit 99b5820ae6
44 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from tqdm import tqdm
from utils import DEVICE, VCDADataset, load_model
from shared.datastore import Datastore
from shared.mongodb.classes import ModelData
from shared.docstore.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.mongodb.src.classes import ModelData
from shared.docstore.src.classes import ModelData
from .angle import AngleTail
from .contact import ContactTail