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
Since we pass continuous input to this code, the height and width parameters are updated. I was wondering if this was a bug? If width and height meant to be inferred from the tensor dimensions, perhaps we don't need to pass it here?
The text was updated successfully, but these errors were encountered:
Hi there,
First of all thanks for putting out the code, great work! I have noticed one a thing in the code.
In transformer_2d code where update forward method to add prompt/width/height information
AutoStudio/model/transformer_2d.py
Lines 213 to 227 in 9c9820f
which we then
refer
in the following attention blockAutoStudio/model/transformer_2d.py
Lines 319 to 331 in 9c9820f
However, before that line, this following code gets executed:
AutoStudio/model/transformer_2d.py
Lines 285 to 302 in 9c9820f
Since we pass continuous input to this code, the height and width parameters are updated. I was wondering if this was a bug? If width and height meant to be inferred from the tensor dimensions, perhaps we don't need to pass it here?
The text was updated successfully, but these errors were encountered: