summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-05 19:28:35 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-11-05 19:28:35 +0100
commit12faa8f355183cf48a377aacd1d502db2f6f1f67 (patch)
tree55f3a1aa11007306bda65fa8a5d244560c8017f4
parent6ec14a1e208e8506aff90fd28e990a60479d2b75 (diff)
Add cross entropy config
-rw-r--r--training/conf/criterion/cross_entropy.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/training/conf/criterion/cross_entropy.yaml b/training/conf/criterion/cross_entropy.yaml
new file mode 100644
index 0000000..b44f215
--- /dev/null
+++ b/training/conf/criterion/cross_entropy.yaml
@@ -0,0 +1 @@
+_target_: torch.nn.CrossEntropyLoss