Issue Description Apologies in advance if I leave out information you need to diagnose, new to Linux and GitHub. Issue: Fresh clone of the repo giving error AttributeError: module 'torch.version' has no attribute 'rocm' Step by step of w...
Nvidia driver version: No CUDA cuDNN version: No CUDA HIP runtime version: N/A MIOpen runtime version: N/A Versions of relevant libraries: [pip3] numpy==1.20.2 [pip3] numpydoc==0.9.1 [pip3] torch==1.0.1.post2 [pip3] torchaudio==0.7.0a0+ac17b64 ...
Is CUDA available: False CUDA runtime version: No CUDA CUDA_MODULE_LOADING set to: N/A GPU models and configuration: No CUDA Nvidia driver version: No CUDA cuDNN version: No CUDA HIP runtime version: N/A MIOpen runtime version: N/A Is XNNPACK available: True CPU: Architecture=9 Curren...
webui launches with errorRuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check run 'sh webui.sh --use-directml' webui launches with errorAttributeError: module 'torch' has no attribute 'dml' What should have happened?
module 'torchvision.models.detection' has no attribute 'fcos_resnet50_fpn' ### Downloading: "https://download.pytorch.org/models/retinanet_resnet50_fpn_coco-eeacb38b.pth" to /root/.cache/torch/hub/checkpoints/retinanet_resnet50_fpn_coco-eeacb38b.pth 100%...
🐛 Describe the bug I tried to debug my torch code following this article: https://zdevito.github.io/2022/08/16/memory-snapshots.html However trying to use the OOM observer function fails and I have no clue why. Short example, not the act...
"torchsde==0.2.5", "torchvision==0.15.2+cu118" ], "conda_packages": null, "hip_compiled_version": "N/A", "hip_runtime_version": "N/A", "miopen_runtime_version": "N/A", "caching_allocator_config": "", "is_xnnpack_available": "True", ...
HIP runtime version: N/A MIOpen runtime version: N/A Is XNNPACK available: True CPU: Revision= Versions of relevant libraries: [pip3] numpy==1.24.3 [pip3] torch==2.2.2 [pip3] torch-struct==0.5 [pip3] torchvision==0.11.1
HIP runtime version: N/A MIOpen runtime version: N/A Is XNNPACK available: True CPU: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 46 bits physical, 57 bits virtual Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Vendor ID: GenuineIntel...
I have created a docker image for espnet for a custom recipe. Was facing the issue #3708,so downgraded to 0.12.2. Now facing this new issue. Is this because of the latest release of torch-optimizer==0.2.0? In that case, how should we sta...