STDC/mmseg/core/utils/__init__.py
Jerry Jiarui XU 1765c12985
Support FP16 (#21)
* Support FP16

* add miss folder

* add tests

* remove useless config

* update memory

* reduce config

* migrate fp16 to mmcv

* add model link
2020-07-20 15:17:18 +08:00

5 lines
114 B
Python

from .dist_utils import allreduce_grads
from .misc import add_prefix
__all__ = ['add_prefix', 'allreduce_grads']