Skip to content
Snippets Groups Projects

Update outdated code

Open manli requested to merge github/fork/Bobholamovic/master into master
43 files
+ 2015
1682
Compare changes
  • Side-by-side
  • Inline
Files
43
@@ -2,18 +2,20 @@
@@ -2,18 +2,20 @@
# Data
# Data
# Common
dataset: AC_Szada
dataset: AC_Szada
crop_size: 112
num_workers: 0
num_workers: 1
repeats: 3200
repeats: 3200
 
subset: val
 
crop_size: 112
# Optimizer
# Optimizer
optimizer: SGD
optimizer: SGD
lr: 0.001
lr: 0.001
lr_mode: const
weight_decay: 0.0005
weight_decay: 0.0005
 
load_optim: False
 
save_optim: False
 
lr_mode: const
step: 2
step: 2
@@ -21,22 +23,25 @@ step: 2
@@ -21,22 +23,25 @@ step: 2
batch_size: 32
batch_size: 32
num_epochs: 10
num_epochs: 10
resume: ''
resume: ''
load_optim: True
anew: False
anew: False
trace_freq: 1
device: cuda
device: cuda
metrics: 'F1Score+Accuracy+Recall+Precision'
# Experiment
# Experiment
exp_dir: ../exp/
exp_dir: ../exp/
out_dir: ''
# tag: ''
# tag: ''
# suffix: ''
# suffix: ''
# DO NOT specify exp-config term
# DO NOT specify exp_config
save_on: False
debug_on: False
 
inherit_off: True
log_off: False
log_off: False
 
track_intvl: 1
 
tb_on: False
 
tb_intvl: 100
suffix_off: False
suffix_off: False
 
save_on: False
 
out_dir: ''
 
val_iters: 16
# Criterion
# Criterion
@@ -47,5 +52,4 @@ weights:
@@ -47,5 +52,4 @@ weights:
# Model
# Model
model: EF
model: Unet
num_feats_in: 6
\ No newline at end of file
\ No newline at end of file
Loading