Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
0156d58e
"csrc/git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "34c199403be222da54f6eb55cb19ece97b9ee995"
Unverified
Commit
0156d58e
authored
Feb 10, 2020
by
Francisco Massa
Committed by
GitHub
Feb 10, 2020
Browse files
Add README to references/segmentation (#1864)
parent
6995a798
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
references/segmentation/README.md
references/segmentation/README.md
+17
-0
No files found.
references/segmentation/README.md
0 → 100644
View file @
0156d58e
# Semantic segmentation reference training scripts
This folder contains reference training scripts for semantic segmentation.
They serve as a log of how to train specific models, as provide baseline
training and evaluation scripts to quickly bootstrap research.
All models have been trained on 8x V100 GPUs.
## fcn_resnet101
```
python -m torch.distributed.launch --nproc_per_node=8 --use_env train.py --lr 0.02 --dataset coco -b 4 --model fcn_resnet101 --aux-loss
```
## deeplabv3_resnet101
```
python -m torch.distributed.launch --nproc_per_node=8 --use_env train.py --lr 0.02 --dataset coco -b 4 --model deeplabv3_resnet101 --aux-loss
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment