add_model_resnet18 #31

Merged
brian merged 47 commits from add_model_resnet18 into main 2024-04-03 21:04:23 +02:00
Showing only changes of commit 1065a35cf0 - Show all commits
-7
View File
@@ -1,7 +0,0 @@
from __future__ import annotations
import torch.nn as nn
def setup_criterion():
return nn.MSELoss()