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
Trying to translate with a compressed model crashes with: [2021-12-15 17:17:17] Loading scorer of type transformer as feature F0 [2021-12-15 17:17:17] [memory] Reserving 31 MB, device cpu0 [2021-12-15 17:17:17] [memory] Reserving 8 MB, device cpu0 [2021-12-15 17:17:23] Error: Segmentation fault [2021-12-15 17:17:23] Error: Aborted from setErrorHandlers()::<lambda(int, siginfo_t*, void*)> in /home/pkoehn/statmt/project/marian-browsermt2/src/common/logging.cpp:134
Model is in https://www.cs.jhu.edu/~phi/system-cpu-v1.tgz
Latest checkout of git clone https://github.com/browsermt/marian-dev.git marian-browsermt2 compiled with ~/statmt/project/cmake-3.12.2/bin/cmake -DUSE_SENTENCEPIECE=ON .. make -j
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Trying to translate with a compressed model crashes with:
[2021-12-15 17:17:17] Loading scorer of type transformer as feature F0
[2021-12-15 17:17:17] [memory] Reserving 31 MB, device cpu0
[2021-12-15 17:17:17] [memory] Reserving 8 MB, device cpu0
[2021-12-15 17:17:23] Error: Segmentation fault
[2021-12-15 17:17:23] Error: Aborted from setErrorHandlers()::<lambda(int, siginfo_t*, void*)> in /home/pkoehn/statmt/project/marian-browsermt2/src/common/logging.cpp:134
How to reproduce
Model is in https://www.cs.jhu.edu/~phi/system-cpu-v1.tgz
Context
Latest checkout of
git clone https://github.com/browsermt/marian-dev.git marian-browsermt2
compiled with
~/statmt/project/cmake-3.12.2/bin/cmake -DUSE_SENTENCEPIECE=ON ..
make -j
The text was updated successfully, but these errors were encountered: