-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an intention to release the forward code for motifs model? #2
Comments
Not in the near future, since it is difficult to make it work in pytorch > 0.3 (just forward pass should be easier though). But I will add it to my todo list. |
Thanks for the quick reay.
How did you get the results reported in the paper?
בתאריך יום ג׳, 9 ביוני 2020, 13:49, מאת Boris Knyazev <
notifications@github.com>:
… Not in the near future, since it is difficult to make it work in pytorch >
0.3 (just forward pass should be easier though). But I will add it to my
todo list.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGZQGMWPF4SWDPSN4EII5QTRVYHTJANCNFSM4NZHQJNA>
.
|
I used Neural Motif's official implementation with Pytorch 0.3: https://github.com/rowanz/neural-motifs. Just plugged our loss there and followed their steps. In this repo I hoped to make scene graph generation more accessible for users with Pytorch >= 1, but I could only use simple Message Passing and had to change a few functions, that's why results in this repo are somewhat different from the reported in our paper. |
You can check out code from Tang which you cited for an implementation
motis with modern PyTorch.
בתאריך יום ג׳, 9 ביוני 2020, 14:14, מאת Boris Knyazev <
notifications@github.com>:
… I used Neural Motif's official implementation with Pytorch 0.3:
https://github.com/rowanz/neural-motifs. Just plugged our loss there and
followed their steps. In this repo I hoped to make scene graph generation
more accessible for users with Pytorch >= 1, but I could only use simple
Message Passing and had to change a few functions, that's why results in
this repo are somewhat different from the reported in our paper.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGZQGMVXZKXM4U3HTHGQNMTRVYKRLANCNFSM4NZHQJNA>
.
|
No description provided.
The text was updated successfully, but these errors were encountered: