Skip to content

Remove deprecated torch.set_deterministic and torch.is_deterministic #58096

@kurtamohler

Description

@kurtamohler

torch.set_deterministic and torch.is_deterministic were deprecated in favor of torch.use_deterministic_algorithms and torch.are_deterministic_algorithms_enabled in 1.8. Furthermore, the feature was in beta at that time. So it would most likely be safe to remove the deprecated functions.

cc @mruberry @kurtamohler

Metadata

Metadata

Assignees

Labels

module: deprecationmodule: determinismtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions