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
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):
I'd be grateful if you could review and give feedback, specially about:
1- the initialization steps copied into test from train
2- the reason why the code doesn't work correctly without calling loadModelFile twice
Uh oh!
There was an error while loading. Please reload this page.
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:
Do you have any idea how it can be fixed? (FYI I printed the value of word_concat[idx].dim and it was 0).
The text was updated successfully, but these errors were encountered: