Image Segmentation
HTRflow
Gabriel commited on
Commit
3357aac
·
1 Parent(s): 0f82f64

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -19,7 +19,7 @@ visualizer = dict(
19
  save_dir='./')
20
  log_processor = dict(type='LogProcessor', window_size=50, by_epoch=True)
21
  log_level = 'INFO'
22
- load_from = './epoch_12.pth'
23
  resume = True
24
  train_cfg = dict(
25
  type='EpochBasedTrainLoop',
 
19
  save_dir='./')
20
  log_processor = dict(type='LogProcessor', window_size=50, by_epoch=True)
21
  log_level = 'INFO'
22
+ load_from = './model.pth'
23
  resume = True
24
  train_cfg = dict(
25
  type='EpochBasedTrainLoop',