Block a user
ImportError: DLL load failed while importing torch_directml_native: The specified procedure could not be found.
Your torch lib versions are probably incompatible. You could try with these versions:
python -m pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torch-directml==0.2.0.dev2…