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 use_text_cond is True , the text encoder works but text embeds cannot be concatenate with image features in model.py styles = [torch.cat([style_, t_global], dim=1) for style_ in styles] , these tensors are not in same size, how should I modify this problem, thanks.
The text was updated successfully, but these errors were encountered:
When use_text_cond is True , the text encoder works but text embeds cannot be concatenate with image features in model.py
styles = [torch.cat([style_, t_global], dim=1) for style_ in styles]
, these tensors are not in same size, how should I modify this problem, thanks.The text was updated successfully, but these errors were encountered: