mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-27 12:01:32 +02:00
debug
This commit is contained in:
parent
d1e57cbfd5
commit
6cb4e83d8a
|
|
@ -130,7 +130,7 @@ class Encoder(nn.Module):
|
|||
self.block_args = dict(
|
||||
# norm_fn=self.norm_fn,
|
||||
conv_fn=self.conv_fn,
|
||||
dtype=self.dtype,
|
||||
dtype=dtype,
|
||||
activation_fn=self.activation_fn,
|
||||
use_conv_shortcut=False,
|
||||
num_groups=self.num_groups,
|
||||
|
|
|
|||
Loading…
Reference in a new issue