Skip to content
代码片段 群组 项目
未验证 提交 f7e93af9 编辑于 作者: dlagul's avatar dlagul 提交者: GitHub
浏览文件

Update model.py

上级 07687f22
无相关合并请求
......@@ -297,7 +297,7 @@ class SDFVAE(nn.Module):
for t in range(self.T):
'''
Note: the following t denotes the index of x_t, not the t in the loop
Note: the following t in the comments denotes the index of x_t, not the t in the loop
When t = 1:
# (1) d_1 ~ p(d_1|d_<1,x_=<1), Eq. (10) (sample d_1 based on reparameterization trick)
# (2) h_1 = r(h_0, d_1, x_1), Eq. (3)
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册