Skip to content

Commit 329022a

Browse files
authored
update to add notes for unet model (#11)
1 parent 71edefc commit 329022a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ncsn/unet/unet_2d_ncsn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def __init__(
7676
add_attention=add_attention,
7777
class_embed_type=class_embed_type,
7878
num_class_embeds=num_class_embeds,
79-
num_train_timesteps=num_train_timesteps,
79+
# TODO: If you specify num_train_timesteps here, the quality of the generated product will suddenly decrease ;(
80+
# num_train_timesteps=num_train_timesteps,
8081
)
8182
sigmas = torch.exp(
8283
torch.linspace(

0 commit comments

Comments
 (0)