MATLAB: Hello guys i really need help in deep learning which tring to train the model on cpu and gpu lab computer is so far away from the country can i access the gpu lab computer with the matlab is there any solutions to get gpu for training how to access

deep learningDeep Learning Toolboxgpuparallel computingthird party gpu access

i wanted to train my model in deep learning
i have gpu computer in my lab that's so far away rom my country lab is in china
can i access my chinese lab computer gpu in my matlab
or is there any other resources to aceess gpu third party

Best Answer

You can use a tool like Remote Desktop (Windows) or a similar tool on Linux (VNC, ssh) to connect to the computer if you are allowed to do so, using whatever tools your lab provides (likely some sort of VPN connection).
You can then start MATLAB on your remote machine and it can access the GPU.
Related Question