"...git@developer.sourcefind.cn:hpcapps/openfoam-gpu-v2.0.git" did not exist on "55e5a7775df661677ac9d0fd33b2c952c4eb50a9"
Fix: unfinished_sequences with correct device (#22184)
Fix: unfinished_sequences with correct device The original code was causing errors when running torch.jit.trace due to the tensor options being incorrect. I fixed this by using torch.ones to create a tensor with the correct device and dtype. This should resolve the issue with running torch.jit.trace.
Showing
Please register or sign in to comment