Closed PetervanLunteren closed 1 year ago
Thanks for the heads-up. I'm going to close this issue and respond to the issue on the EcoAssist repo.
For posterity: this was resolved by running:
export LD_LIBRARY_PATH=''
...prior to starting EcoAssist.
@agentmorris An EcoAssist user has found a
CUDA error
while running inference on GPU. See https://github.com/PetervanLunteren/EcoAssist/issues/16 for more information.I don't think it is an EcoAssist error, since the traceback originates from
run_detector_batch.py
. It seems that it can be caused if there is a mismatch between the dimension of the input tensor and the dimensions of thenn.Linear
module. Any idea what is going on?The environment is created with the
YAML
file below.