mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-23 16:19:03 +02:00
debug
This commit is contained in:
parent
827a0b2c55
commit
4ef813555c
|
|
@ -121,7 +121,7 @@ def main():
|
|||
# latent_size = vae.get_latent_size(input_size)
|
||||
|
||||
# 3.2. move to device & eval
|
||||
vae = vae.to(device, dtype)
|
||||
vae = vae.to(device, dtype).eval()
|
||||
|
||||
# # 4.5. setup optimizer
|
||||
# optimizer = HybridAdam(
|
||||
|
|
|
|||
Loading…
Reference in a new issue