docs: delete useless comment
This commit is contained in:
parent
667346c561
commit
81779cf5e2
2
ddpm.py
2
ddpm.py
@ -6,8 +6,6 @@ class DDPM(nn.Module):
|
|||||||
'''
|
'''
|
||||||
Denoising Diffussion Probabilistic Model
|
Denoising Diffussion Probabilistic Model
|
||||||
|
|
||||||
Inputs:
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
batch_size (int): batch_size, for generate time_seq, etc.
|
batch_size (int): batch_size, for generate time_seq, etc.
|
||||||
iteration (int): max time_seq
|
iteration (int): max time_seq
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user