update format

This commit is contained in:
yingchen 2021-10-21 16:09:01 +08:00
parent 689a3651c4
commit f7e0e245a9
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.
Inputs:
- **input_data** (Tuple) - (recon_x(Tensor), x(Tensor), mu(Tensor), std(Tensor)).
- **target_data** (Tensor) - the target tensor of shape :math:`(N,)`.