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 i run the script runExample.sh, following error will be throw: make: Entering directory /home/ftpmacan/work/BTM/src' g++ -c -pipe -O3 model.cpp -o model.o g++ -c -pipe -O3 infer.cpp -o infer.o g++ -c -pipe -O3 main.cpp -o main.o g++ model.o infer.o main.o -o btm make: Leaving directory /home/ftpmacan/work/BTM/src' ../src/btm est 20 28634 0.005 5 501 ../output/doc_wids.txt ../output/model/ terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid runExample.sh: line 31: 8618 Aborted ../src/btm est $K $W $alpha $beta $niter $save_step $dwid_pt $model_dir
/home/ftpmacan/work/BTM/src' g++ -c -pipe -O3 model.cpp -o model.o g++ -c -pipe -O3 infer.cpp -o infer.o g++ -c -pipe -O3 main.cpp -o main.o g++ model.o infer.o main.o -o btm make: Leaving directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i run the script runExample.sh,
following error will be throw:
make: Entering directory
/home/ftpmacan/work/BTM/src' g++ -c -pipe -O3 model.cpp -o model.o g++ -c -pipe -O3 infer.cpp -o infer.o g++ -c -pipe -O3 main.cpp -o main.o g++ model.o infer.o main.o -o btm make: Leaving directory
/home/ftpmacan/work/BTM/src'../src/btm est 20 28634 0.005 5 501 ../output/doc_wids.txt ../output/model/
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
runExample.sh: line 31: 8618 Aborted ../src/btm est $K $W $alpha $beta $niter $save_step $dwid_pt $model_dir
The text was updated successfully, but these errors were encountered: