!6468 modify comments of vae

Merge pull request !6468 from byweng/master
pull/6468/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 656f9df5be

@ -43,7 +43,7 @@ class ConditionalVAE(Cell):
Inputs:
- **input_x** (Tensor) - The shape of input tensor is :math:`(N, C, H, W)`, which is the same as the input of
encoder.
encoder.
- **input_y** (Tensor) - The tensor of the target data, the shape is :math:`(N,)`.

@ -40,7 +40,7 @@ class VAE(Cell):
Inputs:
- **input** (Tensor) - The shape of input tensor is :math:`(N, C, H, W)`, which is the same as the input of
encoder.
encoder.
Outputs:
- **output** (Tuple) - (recon_x(Tensor), x(Tensor), mu(Tensor), std(Tensor)).

Loading…
Cancel
Save