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
This is a very interesting work. I tried to use the pretrained model on a dataset of mine with its captions and its masks computed with make_mask.py.
However, I encountered an error when using python inference.py at line 755 of ddim.py: RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn.
How can I solve it?
The text was updated successfully, but these errors were encountered:
This is a very interesting work. I tried to use the pretrained model on a dataset of mine with its captions and its masks computed with
make_mask.py
.However, I encountered an error when using
python inference.py
at line 755 ofddim.py
: RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn.How can I solve it?
The text was updated successfully, but these errors were encountered: