Skip to content

Commit

Permalink
fix tupo
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Oct 6, 2019
1 parent fe2ca25 commit cd097f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configs/recognition/st_gcn/dataset_example/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ argparse_cfg:


processor_cfg:
name: '.processor.recognition.train'
name: 'processor.recognition.train'
workers: 16

# model setting
model_cfg:
name: '.models.backbones.ST_GCN_AAAI18'
name: 'models.backbones.ST_GCN_AAAI18'
in_channels: 3
num_class: 3
edge_importance_weighting: True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ argparse_cfg:


processor_cfg:
name: '.processor.recognition.train'
name: 'processor.recognition.train'

# model setting
model_cfg:
name: '.models.backbones.ST_GCN_AAAI18'
name: 'models.backbones.ST_GCN_AAAI18'
in_channels: 3
num_class: 400
edge_importance_weighting: True
Expand Down

0 comments on commit cd097f2

Please sign in to comment.