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
I was trying to generate DBN_output.log using below command. python2 bin/run_inference.py < content/stats.log
I have used default config file.
Content of stats.log is below, how can we generate DBN_output.log.
1c2aa70e-b31b-43c9-a4e5-769377682d2b U2 0 ["350696","351003","351098","350967","350640","350897","351105","351029"] [false,false,false,false,false,false,false,false] [1,1,1,1,1,1,1,1]
be58c52b-2379-4628-b637-fdde90ee47ff U2 0 0 ["351098","350967","351003","350640","350696","350897","351105","351029"] [false,false,false,false,false,false,false,false] [1,0,0,0,0,0,0,0]
e66984a6-dde5-4e4d-b54f-dcb6a0d8fb18 U2 0 0 ["351003","350696","351098","350967","350640","350897","351105","351029"] [false,false,false,false,false,false,false,false] [1,1,0,0,1,0,0,0]
The text was updated successfully, but these errors were encountered:
Hi, sorry, this somehow escaped my inbox. Do you still have an issue that you need to solve?
Sorry, something went wrong.
No branches or pull requests
I was trying to generate DBN_output.log using below command.
python2 bin/run_inference.py < content/stats.log
I have used default config file.
Content of stats.log is below, how can we generate DBN_output.log.
1c2aa70e-b31b-43c9-a4e5-769377682d2b U2 0 ["350696","351003","351098","350967","350640","350897","351105","351029"] [false,false,false,false,false,false,false,false] [1,1,1,1,1,1,1,1]
be58c52b-2379-4628-b637-fdde90ee47ff U2 0 0 ["351098","350967","351003","350640","350696","350897","351105","351029"] [false,false,false,false,false,false,false,false] [1,0,0,0,0,0,0,0]
e66984a6-dde5-4e4d-b54f-dcb6a0d8fb18 U2 0 0 ["351003","350696","351098","350967","350640","350897","351105","351029"] [false,false,false,false,false,false,false,false] [1,1,0,0,1,0,0,0]
The text was updated successfully, but these errors were encountered: