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
When running deepdive I get the following error:
/usr/local/deepdive/util/sampler-dw-linux: P�$��: ELF: zR: Error 684369078 /usr/local/deepdive/util/deepdive-run: line 136: 9318 Killed java org.deepdive.Main -c "$fullConfig" -o "$run_dir"
/usr/local/deepdive/util/sampler-dw-linux: P�$��: ELF: zR: Error 684369078
/usr/local/deepdive/util/deepdive-run: line 136: 9318 Killed java org.deepdive.Main -c "$fullConfig" -o "$run_dir"
This error does not give too much information on what the actual problem is, has anyone seen this before?
it looks like it's failing on this line:
INFO Executing: sampler-dw gibbs -w /opt/trip_id/run/20180111/183106.871684298/graph.weights -v /opt/trip_id/run/20180111/183106.871684298/graph.variables -f /opt/trip_id/run/20180111/183106.871684298/graph.factors -m /opt/trip_id/run/20180111/183106.871684298/graph.meta -o /opt/trip_id/run/20180111/183106.871684298 -l 200 -s 1 -i 0 --alpha 0.01 --diminish 0.99
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running deepdive I get the following error:
/usr/local/deepdive/util/sampler-dw-linux: P�$��: ELF: zR: Error 684369078
/usr/local/deepdive/util/deepdive-run: line 136: 9318 Killed java org.deepdive.Main -c "$fullConfig" -o "$run_dir"
This error does not give too much information on what the actual problem is, has anyone seen this before?
it looks like it's failing on this line:
INFO Executing: sampler-dw gibbs -w /opt/trip_id/run/20180111/183106.871684298/graph.weights -v /opt/trip_id/run/20180111/183106.871684298/graph.variables -f /opt/trip_id/run/20180111/183106.871684298/graph.factors -m /opt/trip_id/run/20180111/183106.871684298/graph.meta -o /opt/trip_id/run/20180111/183106.871684298 -l 200 -s 1 -i 0 --alpha 0.01 --diminish 0.99
The text was updated successfully, but these errors were encountered: