Image Classification
annanau commited on
Commit
07399ed
·
verified ·
1 Parent(s): 3520d5f

Delete xception.yaml

Browse files
Files changed (1) hide show
  1. xception.yaml +0 -23
xception.yaml DELETED
@@ -1,23 +0,0 @@
1
- DATASET:
2
- data_path: "./data/head/experiment_5/prop_0_0/"
3
- train_path: "./data/head/experiment_5/prop_0_0/train_80"
4
- val_path: "./data/head/experiment_5/prop_0_0/val_10"
5
- test_path: "./data/head/experiment_5/prop_0_0/test_10"
6
- num_class: 4
7
- img_size: 299
8
-
9
- MODEL:
10
- name: "xception"
11
- ckpt_path: "./ckpt/head/experiment_5/"
12
- model_path: "./models/head/experiment_5/"
13
- preds_path: "./predictions/head/experiment_5/"
14
- plots_path: "./plots/head/experiment_5/"
15
-
16
- TRAIN:
17
- batch_size: 32
18
- num_epoch: 200
19
- augment: True
20
- optimizer: "Adam"
21
- lr: 0.001
22
- lr_tune: 0.0001
23
- es: 20