Conversation
merge from master
# Conflicts: # requirements.txt
|
Thanks, very helpful. Any script updates for training / prediction? |
It the same really. I just used yours. So no. |
| EDGE_LABELS_NUM = {"amr": 141, "dm": 59, "psd": 90, "eds": 10, "ucca": 15} | ||
| NODE_LABELS_NUM = {"amr": 1000, "dm": 1000, "psd": 1000, "eds": 1000, "ucca": 0, "ptg": 1000} | ||
| NODE_PROPERTY_NUM = {"amr": 1000, "dm": 510, "psd": 1000, "eds": 1000, "ucca": 0, "ptg": 1000} | ||
| EDGE_LABELS_NUM = {"amr": 141, "dm": 59, "psd": 90, "eds": 10, "ucca": 15, "ptg": 150} |
There was a problem hiding this comment.
The default values are enough
|
Still failing due to EDS. I'll check later why |
|
Hey @OfirArviv , when you get a chance, could you fix the code to make this PR pass? |
Sorry. With all the pressure forgot about it. The question is, why it broke? We didn't change anything related to EDS as far as I can see. Did something changed in the build? |
|
You are right. I finally figured out it's due to a bug in mtool: cfmrp/mtool#84. |
No description provided.