add_model_resnet18 #31

Merged
brian merged 47 commits from add_model_resnet18 into main 2024-04-03 21:04:23 +02:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit eb4185c129 - Show all commits
+2
View File
@@ -1,2 +1,4 @@
"""Database utils module content."""
from __future__ import annotations
from .connect import connect
+1
View File
@@ -1,3 +1,4 @@
"""Definition of function to count documents in database."""
from __future__ import annotations
from pymongo.collection import Collection