add_model_saving #37

Merged
brian merged 18 commits from add_model_saving into main 2024-06-04 21:09:25 +02:00
5 changed files with 2 additions and 2 deletions
Showing only changes of commit b98234267f - Show all commits
+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