Minyang Hu
Minyang Hu
Hi, I have encounted the following error when I run this command: sh scripts/train_stanford.sh Traceback (most recent call last): File "models/train_rels.py", line 24, in from lib.rel_model_stanford import RelModelStanford as RelModel...
Thanks for your implementation of Slot Attention module. However, I found that the sampling operation (in Line 40 at model.py) prevents gradients from the back-propagation. During training, the gradients of...
Hi, thank you very much for this great repository. When I read this code, I find it seems that only codes of sggen mode are included in the codebase. Is...