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

Issue-Report: PyTroch v. 0.2.1.dev240521 - Dropout no longer working #590

Closed
mor-lu opened this issue Jun 3, 2024 · 1 comment
Closed
Labels
pytorch-directml Issues in PyTorch when using its DirectML backend

Comments

@mor-lu
Copy link

mor-lu commented Jun 3, 2024

Since release 0.2.1.dev240521 when using a dropout layer the following error displays and the whole model is trained on the cpu:

'aten:native.dropout' is not currently supported on the DML backend and will fall back to run on the CPU.

Reverting to the previous version 0.2.0.dev230426 fixed the issue.

Windows 11
AMD Radeon rx7600 GPU

@joshjkim joshjkim added the pytorch-directml Issues in PyTorch when using its DirectML backend label Jun 17, 2024
@joshjkim
Copy link

Hi @mor-lu , thank you for the feedback. We've now added support for native_dropout in our latest torch-directml 0.2.2.dev240614 release. Please run pip install torch-directml --upgrade to update to this version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pytorch-directml Issues in PyTorch when using its DirectML backend
Projects
None yet
Development

No branches or pull requests

2 participants