Skip to content

Commit

Permalink
Fix path prepare instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Jul 7, 2024
1 parent 5fcce0a commit f9d910e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ killall -q matlab
# python -c "exec('$WAIT_FOR_CONNECTION_TO_CLOSE')"

# start the matlab engine in background and keep the connection open
python3 /home/ubuntu/toolkit/code/nnv/examples/Submission/VNN_COMP2023/execute.py 'prepare_instance' $CATEGORY $ONNX_FILE $VNNLIB_FILE &
python3 /home/ubuntu/toolkit/code/nnv/examples/Submission/VNN_COMP2024/execute.py 'prepare_instance' $CATEGORY $ONNX_FILE $VNNLIB_FILE &
# python execute.py 'prepare_instance' $CATEGORY $ONNX_FILE $VNNLIB_FILE &

WAIT_FOR_CONNECTION_TO_OPEN='import matlab.engine\nimport time\nwhile not matlab.engine.find_matlab(): time.sleep(1) \nprint(eng)'
Expand Down

0 comments on commit f9d910e

Please sign in to comment.