Error related to text mask
See original GitHub issueFile "/fsx/dalle2/.dalle_env_38/lib64/python3.8/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl
losses = self.p_losses(unet, image, times, image_embed = image_embed, text_encodings = text_encodings, text_mask = text_mask, lowres_cond_img = lowres_cond_img, predict_x_start = predict_x_start, learned_variance = learned_variance, is_latent_diffusion = is_latent_diffusion, noise_scheduler = noise_scheduler)
File "/fsx/dalle2/DALLE2-pytorch/dalle2_pytorch/dalle2_pytorch.py", line 2340, in p_losses
return forward_call(*input, **kwargs)
File "/fsx/dalle2/DALLE2-pytorch/dalle2_pytorch/dalle2_pytorch.py", line 1817, in forward
model_output = unet(
File "/fsx/dalle2/.dalle_env_38/lib64/python3.8/site-packages/torch/nn/modules/module.py", line 1130, in _call_impl
text_keep_mask = text_mask & text_keep_mask
RuntimeError: The size of tensor a (0) must match the size of tensor b (26) at non-singleton dimension 0
return forward_call(*input, **kwargs)
File "/fsx/dalle2/DALLE2-pytorch/dalle2_pytorch/dalle2_pytorch.py", line 1817, in forward
text_keep_mask = text_mask & text_keep_mask
RuntimeError: The size of tensor a (0) must match the size of tensor b (26) at non-singleton dimension 0
Recently introduced but not sure which commit
Issue Analytics
- State:
- Created a year ago
- Comments:49 (22 by maintainers)
Top Results From Across the Web
Issues · text-mask/text-mask - GitHub
Input mask for React, Angular, Ember, Vue, & plain JavaScript - Issues · text-mask/text-mask.
Read more >Text mask error - Autodesk Community - AutoCAD
Has anyone encountered a return of " " for text mask? It worked fine in r-14 & 2000i but in r2002 no dice....
Read more >Manage Text Mask Sets - PowerSchool Documentation Server
Fields that have text masks associated to them are validated upon submitting a page that contains those fields. If an error occurs, a...
Read more >SAP message CJ611 Cannot make this change to the editin
You want to change an existing coding mask, or want to create a new mask and have chosen a key for which a...
Read more >coding mask error - SAP Community
hello, I am using ECC 6 I have configured the coding mask as follows :000/0/xxx/000/000 my project id is 4 char long when...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
awesome! ill give it a shot tomorrow, i’m gonna sign off for the afternoon.
@nousr threw in yet another stability measure https://github.com/lucidrains/DALLE2-pytorch/commit/349aaca56fe66a6f0fc6720c91ee5d7fa1e36f93
worst comes to worst, we can always rollback
thanks for letting me know about the dreaded
NaN
s!