Skip to content

Replace torch.cuda.amp.autocast with torch.amp.autocast('cuda',...) #3304

@vfdev-5

Description

@vfdev-5

Fix the warning:

 FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.

by replacing everywhere in the codebase:

- torch.cuda.amp.autocast(...
+ torch.amp.autocast("cuda", ...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions