Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unfiltered DeprecationWarning in ignite.handlers.checkpoint.py #3318

Open
CRH26 opened this issue Dec 30, 2024 · 0 comments
Open

Unfiltered DeprecationWarning in ignite.handlers.checkpoint.py #3318

CRH26 opened this issue Dec 30, 2024 · 0 comments
Labels

Comments

@CRH26
Copy link

CRH26 commented Dec 30, 2024

❓ Questions/Help/Support

if Version(torch.version) >= Version("1.9.0"):
from torch.distributed.optim import ZeroRedundancyOptimizer
HAVE_ZERO = True
else:
HAVE_ZERO = False

@CRH26 CRH26 added the question label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant