4 lines
178 B
Python
4 lines
178 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from .base import ALL_BASE_STRATEGY, ConfigLossScale, LossScale
|
|
from .mapping import get_loss_scale, loss_scale_map
|