jiaqizhang123-stack

Results 36 comments of jiaqizhang123-stack

Is it necessary to train on a larger GPU? This code cannot train on a smaller GPU

![image](https://github.com/pyinstaller/pyinstaller/assets/55009436/f100fd87-ddf1-4d79-90e8-c8c06b60ff8d) The pyinstaller I installed is already the latest version

![4b666b63e435c5516c9e4014f685b7b](https://github.com/pyinstaller/pyinstaller/assets/55009436/6cee966a-7902-4261-9acb-a416830bd55a) nvidia-smi does not show any errors

> Hmm, if you freeze the following example > > ```python > import torch > print("torch.cuda.is_available:", torch.cuda.is_available()) > print("torch.cuda.device_count:", torch.cuda.device_count()) > ``` > > does it work? Or does `cuda.is_available`...

When the driver versions of two computers are the same, torch.cuda.is_available() returns True. Why does the driver version affect the use of CUDA? Is this related to the incomplete package...

![image](https://github.com/pyinstaller/pyinstaller/assets/55009436/24969299-44c4-45c6-ba1c-b8f32e7d980e) When I test on GTX 4090, I have this problem again, checking the files inside onedir mode, there is no libcudnn ops infer.so.8. library in it, on gtx1650, it...

![image](https://github.com/pyinstaller/pyinstaller/assets/55009436/1de00def-b278-496b-8eaa-23b01d149b5d)

![image](https://github.com/pyinstaller/pyinstaller/assets/55009436/6cd2e841-21d7-46d2-87e0-e498fa0b4a3c)