提交 a7464b9f 编写于 作者: G gaotingquan

docs: add reference link

上级 a059023f
docs/images/wx_group.png

203.7 KB | W: | H:

docs/images/wx_group.png

204.9 KB | W: | H:

docs/images/wx_group.png
docs/images/wx_group.png
docs/images/wx_group.png
docs/images/wx_group.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -57,7 +57,10 @@ class BatchOperator(object):
class MixupOperator(BatchOperator):
""" Mixup operator """
""" Mixup operator
reference: https://arxiv.org/abs/1710.09412
"""
def __init__(self, class_num, alpha: float=1.):
"""Build Mixup operator
......@@ -90,7 +93,10 @@ class MixupOperator(BatchOperator):
class CutmixOperator(BatchOperator):
""" Cutmix operator """
""" Cutmix operator
reference: https://arxiv.org/abs/1905.04899
"""
def __init__(self, class_num, alpha=0.2):
"""Build Cutmix operator
......@@ -146,7 +152,10 @@ class CutmixOperator(BatchOperator):
class FmixOperator(BatchOperator):
""" Fmix operator """
""" Fmix operator
reference: https://arxiv.org/abs/2002.12047
"""
def __init__(self,
class_num,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册