open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
8.36k stars 2.63k forks source link

The pretrained fastscnn model #350

Closed CuttlefishXuan closed 3 years ago

CuttlefishXuan commented 3 years ago

Hi, what's the batch size and learning rate for the pretrained fast-scnn model from here: https://download.openmmlab.com/mmsegmentation/v0.5/fast_scnn/fast_scnn_4x8_80k_lr0.12_cityscapes-f5096c79.pth

And for the model file's name, what's the meaning of "4x8"?

Junjun2016 commented 3 years ago

4 GPUs and 8 images per GPU.

CuttlefishXuan commented 3 years ago

ok, thanks:)