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
TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the Python function. Detailed error:
With rtol=1e-05 and atol=1e-05, found 297 element(s) (out of 320) whose difference(s) exceeded the margin of error (including 0 nan comparisons). The greatest difference was 0.0005762577056884766 (-0.9435920119285583 vs. -0.9441682696342468), which occurred at index (15, 3).
위와 같은 에러가 나서 어떤 부분이 잘못된 것인지 질문드립니다.
환경 :
Ubuntu : 18.04
Linux : 5.4.0
Pytorch : 1.7.0
Python : 3.7.10
cuDNN, CUDA는 각각 Nimble에서 요구하는 환경입니다.
The text was updated successfully, but these errors were encountered:
Error가 아니라 warning 메시지이기 때문에 첨부해주신 코드는 문제없이 동작합니다.
사실 이 warning message는 PyTorch의 JIT tracing 과정에서 생기는 것으로, Nimble과 관계없이 위에 제가 올린 코드를 수행해보시면 같은 종류의 message를 보실 수 있으실 겁니다.
안녕하세요
Inference 코드를 실행할 때는 에러가 나지 않지만
Training 코드 실행 시 에러가 납니다.
위의 코드대로 실행 시 prepare에서
위와 같은 에러가 나서 어떤 부분이 잘못된 것인지 질문드립니다.
환경 :
Ubuntu : 18.04
Linux : 5.4.0
Pytorch : 1.7.0
Python : 3.7.10
cuDNN, CUDA는 각각 Nimble에서 요구하는 환경입니다.
The text was updated successfully, but these errors were encountered: