!25249 update py format

Merge pull request !25249 from yingchen/code_docs_1
This commit is contained in:
i-robot 2021-10-27 07:43:10 +00:00 committed by Gitee
commit 1e119e7756
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class ELBO(Cell):
- Normal: If the distribution of output data is Normal, the reconstruct loss is MSELoss. - Normal: If the distribution of output data is Normal, the reconstruct loss is MSELoss.
Inputs: Inputs:
- **input_data** (Tuple) - (recon_x(Tensor), x(Tensor), mu(Tensor), std(Tensor)). - **input_data** (Tuple) - (recon_x(Tensor), x(Tensor), mu(Tensor), std(Tensor)).
- **target_data** (Tensor) - the target tensor of shape :math:`(N,)`. - **target_data** (Tensor) - the target tensor of shape :math:`(N,)`.