Image Classification
annanau commited on
Commit
26fa967
·
verified ·
1 Parent(s): 3ca67a9

Delete inceptionV3.yaml

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