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
When calling the style_transfer with an image that has an alpha channel we get an ugly Pytorch error complaining about having 4 dimensions but expecting 3. It would be safer to detect the alpha channel in the image and drop it.
The text was updated successfully, but these errors were encountered:
When calling the
style_transfer
with an image that has an alpha channel we get an ugly Pytorch error complaining about having 4 dimensions but expecting 3. It would be safer to detect the alpha channel in the image and drop it.The text was updated successfully, but these errors were encountered: