This commit is contained in:
Andras Schmelczer 2024-06-22 15:09:27 +01:00
parent b7755bfea8
commit 3583cd559a
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 8 additions and 4 deletions

View file

@ -13,11 +13,11 @@ import json
MODELS = {
"v1": v1,
# "v1": v1,
"Dummy": Dummy,
"SimpleCNN": SimpleCNN,
"Residual": Residual,
# "Residual2": Residual2,
"Residual2": Residual2,
"Residual3": Residual3,
}