Skip to content

Commit

Permalink
use updated config names
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Dec 10, 2020
1 parent 0deae18 commit b4e7224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions training.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ We provide a number of config files for training models. The appropriate config
@1080p Resolution
| Dataset \ Taxonomy | Unified | Naive |
|:------------------:| :-----: |:--------:|
| MSeg Relabeled | config/train/1080_release/mseg-lowres.yaml | --- |
| MSeg Unrelabeled | config/train/1080_release/mseg-unrelabeled.yaml | config/train/1080_release/mseg-baseline.yaml |
| MSeg Relabeled | config/train/1080_release/mseg-relabeled-1m.yaml | --- |
| MSeg Unrelabeled | config/train/1080_release/mseg-unrelabeled.yaml | config/train/1080_release/mseg-naive-baseline.yaml |

If you want to train the Relabeled + Unified Tax. model for 3M crops instead of 1M, use `mseg_semantic/config/train/1080_release/mseg-lowres-3m.yaml`.
If you want to train the Relabeled + Unified Tax. model for 3M crops instead of 1M, use `mseg_semantic/config/train/1080_release/mseg-relabeled-3m.yaml`.

@480p
| Dataset \ Taxonomy | Unified | Naive |
Expand Down

0 comments on commit b4e7224

Please sign in to comment.