renamed module

This commit is contained in:
Brian Bjarke Jensen
2024-06-04 20:35:08 +02:00
parent 11aed4497c
commit b98234267f
5 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ from hashlib import md5
from io import BytesIO
import torch
from min_io import connect
from min_io import put
from data_store import connect
from data_store import put
from models import VisualCommunicationModel
from torchinfo import summary
from utils import check_env