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 my country can i access my gpu lab computer with my matlab is there any solutions to get gpu for training how to access gpu
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ishfaq ahmad
el 1 de Jun. de 2020
Comentada: Jason Ross
el 9 de Jun. de 2020
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
0 comentarios
Respuesta aceptada
Jason Ross
el 1 de Jun. de 2020
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.
2 comentarios
Jason Ross
el 9 de Jun. de 2020
If you are connecting from Windows to Linux, you likely need to use a tool like VNC. There are many implementations of VNC out there, it's dependent on what Linux distro you are running as to which one you need. The way it works is that you start the VNC Server on the Linux machine somehow (it can be a daemon, you can start it via ssh, etc), and then you have a corresponding VNC client running on Windows, that you then connect the server on the Linux machine.
Where the VPN (likely) comes into play is making the connection between your local machine and the Linux machine in your lab. I'm assuming that the lab machine doesn't have a public Internet address so you need a means of getting onto your lab's network.
Note that a lot of this advice is highly dependent on the IT and network policy of your lab/organization. I'm assuming that they allow/support VNC, they have a VPN set up, they allow SSH access, etc.
Más respuestas (0)
Ver también
Categorías
Más información sobre Parallel and Cloud en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!