Support to Pytorch 1.9 #2471
Jingnan-Jia
started this conversation in
General
Replies: 1 comment
-
Hi @Jingnan-Jia , Thanks for your interest here.
Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a reminder:
Some APIs need to be updated to support Pytorch 1.9. For instance: torch.testing.assert_allclose should be replaced by torch.testing.assert_close.
And pytorch 1.9 has already Added Numpy seeding to worker of DataLoader ...... users now won’t be required to set random seed for NumPy using worker_init_fn to force NumPy random operations deterministic and independent across DataLoader workers.. So the
monai.data.dataloader
seems not necessary anymore?Beta Was this translation helpful? Give feedback.
All reactions