We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
After generated data and converted them, I was trying to train the model but it seems like nothing happened :
$ th Training/main_train.lua 4 Loading Net Builder 166858 all good files Erreur de segmentation (core dumped)
$ th Training/main_train.lua 4
Loading Net Builder
166858 all good files
Erreur de segmentation (core dumped)
Except the segmentation fail, I don't have any error or result. The script seems to stop in the file train.lua line 61:
local loss = M.criterion:forward(outputs, targets, mask)
Is someone know what could be the thing ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
How did you solve it?
Sorry, something went wrong.
No branches or pull requests
Hello,
After generated data and converted them, I was trying to train the model but it seems like nothing happened :
$ th Training/main_train.lua 4
Loading Net Builder
166858 all good files
Erreur de segmentation (core dumped)
Except the segmentation fail, I don't have any error or result.
The script seems to stop in the file train.lua line 61:
local loss = M.criterion:forward(outputs, targets, mask)
Is someone know what could be the thing ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: