FS-TFP/federatedscope/gfl/loss/__init__.py

8 lines
195 B
Python

from __future__ import absolute_import
from __future__ import print_function
from __future__ import division
from federatedscope.gfl.loss.greedy_loss import GreedyLoss
__all__ = ['GreedyLoss']