Correctly pass tensor to device
According to the docs, input_tensor.to(device)
doesn't move the tensor to the device but returns a tensor that's on the device.
Fixes GPU predictions
Merge request reports
Activity
changed milestone to %ML Prod - March 2023 n°2
added P1 label
added 2 commits
enabled an automatic merge when the pipeline for c42e3502 succeeds
Please register or sign in to reply