mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 00:46:19 +08:00
* Support FP16 * add miss folder * add tests * remove useless config * update memory * reduce config * migrate fp16 to mmcv * add model link
4 lines
146 B
Python
4 lines
146 B
Python
_base_ = '../pspnet/pspnet_r101-d8_512x1024_80k_cityscapes.py'
|
|
# fp16 settings
|
|
optimizer_config = dict(type='Fp16OptimizerHook', loss_scale=512.)
|