Open pmeier opened 1 year ago
Tried the same with the latest RC build (https://download.pytorch.org/whl/test/cpu/torch-2.0.0%2Bcpu-cp38-cp38-linux_x86_64.whl) and here everything seems to be fine:
2.0.0+cpu 0.2122817160015984
Thanks for the report! This could be reproduced with 2.0.0.dev20230301+cpu, we will look into it!
Since it's good on latest RC, seems no need to dive.
Reproduction:
Results above come from the Python 3.8 wheel on Linux.
This is the root cause for the CI timeouts seen in torchvision: pytorch/vision#7369
Here are some test durations that use the 20230227 nightly: https://github.com/pytorch/vision/actions/runs/4286797892/jobs/7466847813#step:10:3241
And here is the same output using the 20230301 nightly: https://github.com/pytorch/vision/actions/runs/4304752013/jobs/7506221231#step:10:3239
We are seeing this across Python versions and conda nightlies as well, so I guess this is not an env issue.
cc @EikanWang @jgong5 @wenzhe-nrv @sanchitintel