Skip to content

Commit c29d1ca

Browse files
committed
更新了 resnet.yaml
1 parent 01cb696 commit c29d1ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/CNN_UTS/conf/resnet.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
mode: "train"
2+
seed: 42
3+
device: "cpu"
4+
data:
5+
train_path: "./Dataset/Train_val"
6+
test_path: "./Dataset/Test"
7+
N: 1
8+
train:
9+
epochs: 32
10+
n_splits: 5
11+
batch_size: 32
12+
lr: 0.0009761248347350309
13+
output_dir: "./Saved_Output"

0 commit comments

Comments
 (0)