correct
This commit is contained in:
parent
0eac7bd682
commit
221de0edee
|
@ -276,6 +276,7 @@ class NCSNpp(ModelMixin, ConfigMixin):
|
|||
skip_rescale=skip_rescale,
|
||||
continuous=continuous,
|
||||
)
|
||||
self.act = nn.SiLU()
|
||||
self.nf = nf
|
||||
self.num_res_blocks = num_res_blocks
|
||||
self.attn_resolutions = attn_resolutions
|
||||
|
|
Loading…
Reference in New Issue