Hello
i have a Issue for using pytorch with pythonnet
First, I introduce my env.
OS: windows10
Unity version : 2019.4.24f1
pythonnet version : 3.0.0.0
cuda version : 10.1
Second, Here is the Problem
when i run python script(import torch) in empty unityproject, it is success
but if i tried to run python script(import torch-gpu version) in my own unity project, it is fail
and if i tried to run python script(import torch-cpu version) in my own unity project, it is success
So i suspect that pytorch-gpu version can’t load. but i need to load pytorch-gpu version for speed
I wonder if some package or setting in Unity can make a crash when i load torch
One more Thing is
when i use python-unity with socket communication, python script(import torch-gpu version) run