We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c19e98 commit b0a1976Copy full SHA for b0a1976
configs/eval.yaml
@@ -23,7 +23,7 @@ task_name: "eval"
23
tags: ["dev"]
24
25
# compile model for faster training with pytorch >=2.1.0
26
-compile: True
+compile: False
27
28
# passing checkpoint path is necessary for evaluation
29
ckpt_path: ???
configs/train.yaml
@@ -48,7 +48,7 @@ train: True
48
test: True
49
50
51
52
53
# simply provide checkpoint path to resume training
54
ckpt_path: null
0 commit comments