removed unused file

This commit is contained in:
Brian Bjarke Jensen
2024-03-12 18:42:42 +01:00
parent 93fb18fde2
commit 1065a35cf0
-7
View File
@@ -1,7 +0,0 @@
from __future__ import annotations
import torch.nn as nn
def setup_criterion():
return nn.MSELoss()