You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was training for around 16h, and then cancelled. When I try to export, I get the following error:
Traceback (most recent call last):
File "export_rave.py", line 245, in
model = TraceModel(model, resample, args.FIDELITY)
File "export_rave.py", line 70, in init
latent_size = 2**math.ceil(math.log2(latent_size))
ValueError: math domain error
Seems to be a problem with size of latent space. Help please? Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I was training for around 16h, and then cancelled. When I try to export, I get the following error:
Traceback (most recent call last):
File "export_rave.py", line 245, in
model = TraceModel(model, resample, args.FIDELITY)
File "export_rave.py", line 70, in init
latent_size = 2**math.ceil(math.log2(latent_size))
ValueError: math domain error
Seems to be a problem with size of latent space. Help please? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions