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
Thank you for publishing this great tool.
But when I run generate.py I get an error.
traceback (most recent call last):
File "generate.py", line 59, in image_space = ((net_out.cIarnp(-1 , 1) + 1) * 127.5) .permute((0, 1, 3, 1))
RuntimeError: repeated dim in permute
This is true whether you are using a distributed model or a model that you have trained yourself.
The images automatically generated during training are generated correctly, so we are currently using them to generate the video.
Thank you in advance for your confirmation.
I am not sure if this is related, but we are using Anaconda.
Thank you for publishing this great tool.
But when I run generate.py I get an error.
traceback (most recent call last):
File "generate.py", line 59, in image_space = ((net_out.cIarnp(-1 , 1) + 1) * 127.5) .permute((0, 1, 3, 1))
RuntimeError: repeated dim in permute
This is true whether you are using a distributed model or a model that you have trained yourself.
The images automatically generated during training are generated correctly, so we are currently using them to generate the video.
Thank you in advance for your confirmation.
I am not sure if this is related, but we are using Anaconda.
Translated with www.DeepL.com/Translator (free version)
The text was updated successfully, but these errors were encountered: