Skip to content

Commit

Permalink
effb3 meta test
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxwvu321 committed Jun 6, 2020
1 parent 2a2dbfd commit 937a079
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions configs/effb3_meta_default_extrameta_w_d_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
MODEL:

BACKBONE: 'effnetb3'
NAME: 'effb3_SVMeta'

IMG_FCS: [3072,512]
DATASETS:
ROOT_DIR: ['../data/all18_usp_coloradj']
INFO_CSV: ['./dat/all18_info_test.csv']
DATALOADER:
BATCH_SIZE: 16
SAMPLER: 'weighted_meta'
NUM_WORKERS: 8
TEST:
BATCH_SIZE: 32

MISC:
OUT_DIR: "../checkpoint/effb3_meta_default_d"
VALID_EPOCH: 10
LOG_PERIOD: 10000

INPUT:
SIZE_TRAIN_IN: [300,300]
CRP_SCALE: [0.1,1.0]
CRP_RATIO: [0.75,1.33]
SOLVER:
EPOCHS: 50

0 comments on commit 937a079

Please sign in to comment.