Browse Source

fix mixup comment

tags/v1.0.0
liyong 5 years ago
parent
commit
0e306850f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/dataset/vision/py_transforms.py

+ 1
- 1
mindspore/dataset/vision/py_transforms.py View File

@@ -1125,7 +1125,7 @@ class MixUp:
batch_size (int): Batch size of dataset. batch_size (int): Batch size of dataset.
alpha (float): Mix up rate. alpha (float): Mix up rate.
is_single (bool): Identify if single batch or multi-batch mix up transformation is to be used 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: Examples:


Loading…
Cancel
Save