fix mixup comment

This commit is contained in:
liyong 2020-09-17 17:25:56 +08:00
parent c5c8b9ae19
commit 0e306850f2
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ class MixUp:
batch_size (int): Batch size of dataset.
alpha (float): Mix up rate.
is_single (bool): Identify if single batch or multi-batch mix up transformation is to be used
(Default=True, which is single batch).
(Default=True, which is single batch).
Examples: