Skip to content

Commit

Permalink
update phase1_seg config to fix issue 127
Browse files Browse the repository at this point in the history
  • Loading branch information
darkliang committed Apr 17, 2023
1 parent 3281a43 commit d5b1ae3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configs/gaitedge/phase1_seg.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Note : *** the batch_size should be equal to the gpus number at the test phase!!! ***
data_cfg:
dataset_name: CASIA-B*
dataset_root: your_path
Expand All @@ -11,9 +10,9 @@ data_cfg:
evaluator_cfg:
enable_float16: true
restore_ckpt_strict: true
restore_hint: 30000
restore_hint: 25000
save_name: Segmentation
eval_func: mean_iou
eval_func: evaluate_segmentation
sampler:
batch_size: 4
sample_type: all_ordered
Expand Down

0 comments on commit d5b1ae3

Please sign in to comment.