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
@alexandre01 congratulations on your work! I have a question to a tensor problem that I encountered.
When using 'interpolate_icons(icon1, icon2)' on different SVGs (created with Adobe/Rhino3d + preprocessed using preprocess.py + to batch convert SVGs to *.pkl tensors from @matuz-z here: #5), I got the following message:
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0. Got 35 and 32 in dimension 1 at C:\w\1\s\windows\pytorch\aten\src\TH/generic/THTensor.cpp:612
For some SVGs created with Adobe Illustrator this worked and there was no error.
Have I misunderstood something? I would appreciate very much your help!
The text was updated successfully, but these errors were encountered:
@alexandre01 congratulations on your work! I have a question to a tensor problem that I encountered.
When using 'interpolate_icons(icon1, icon2)' on different SVGs (created with Adobe/Rhino3d + preprocessed using preprocess.py + to batch convert SVGs to *.pkl tensors from @matuz-z here: #5), I got the following message:
RuntimeError: invalid argument 0: Sizes of tensors must match except in dimension 0. Got 35 and 32 in dimension 1 at C:\w\1\s\windows\pytorch\aten\src\TH/generic/THTensor.cpp:612
For some SVGs created with Adobe Illustrator this worked and there was no error.
Have I misunderstood something? I would appreciate very much your help!
The text was updated successfully, but these errors were encountered: