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
In svgtensor.ipynb , if I want to optimize from Img2 to Img1 ,not from SVG.unit_circle() to Img1, how should I do,
I tried replaced svg_pred with other SVG.load_data() , but occur the Error:
Attribute Error: 'Point' object has no attribute ”control1“, "control2", "requires_grad_"
The text was updated successfully, but these errors were encountered:
In svgtensor.ipynb , if I want to optimize from Img2 to Img1 ,not from SVG.unit_circle() to Img1, how should I do,
I tried replaced svg_pred with other SVG.load_data() , but occur the Error:
Attribute Error: 'Point' object has no attribute ”control1“, "control2", "requires_grad_"
The text was updated successfully, but these errors were encountered: