-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
I have issues with running the code in test mode. There was a Segmentation Fault because the m_driver object was not initialized correctly (options was null), so I fixed the issue by making the following change (copied from function NNDisParser::train):
But now I'm getting the following error:
NNDisParser/src/NNDisParser-synmlp-do/model/EDUNodes.h:147:
void EDUNodes::forward(Graph*, const EDU&, const std::vector<Node*>&):
Assertion `word_concat[idx].dim == word_represents[idx].param->W.inDim()' failed.
Do you have any idea how it can be fixed? (FYI I printed the value of word_concat[idx].dim and it was 0).
mohamadi-sara20
Metadata
Metadata
Assignees
Labels
No labels