You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running python3 demo.py --checkpoint=data/model_checkpoint.pt --img=examples/im1010.jpg --bbox=examples/im1010_bbox.json
in a docker environment using the provided Docker image results in script freezing after preprocessing the image, at the model prediction step. The container keeps running, but the code is frozen. Eventually may load the model, but immediately afterwards fails with
RuntimeError: cublas runtime error : the GPU program failed to execute at /tmp/pip-req-build-5vv9db21/aten/src/THC/THCBlas.cu:450
Update: Same if I set device to 'cpu'.
The text was updated successfully, but these errors were encountered:
Running
python3 demo.py --checkpoint=data/model_checkpoint.pt --img=examples/im1010.jpg --bbox=examples/im1010_bbox.json
in a docker environment using the provided Docker image results in script freezing after preprocessing the image, at the model prediction step. The container keeps running, but the code is frozen. Eventually may load the model, but immediately afterwards fails with
RuntimeError: cublas runtime error : the GPU program failed to execute at /tmp/pip-req-build-5vv9db21/aten/src/THC/THCBlas.cu:450
Update: Same if I set device to 'cpu'.
The text was updated successfully, but these errors were encountered: