MATLAB Deep Learning Container on NVIDIA GPU Cloud for NVIDIA DGX
조회 수: 1 (최근 30일)
이전 댓글 표시
I read the post, 'MATLAB Deep Learning Container on NVIDIA GPU Cloud for NVIDIA DGX'.
It says host machine and client machine and seems to be needed the internet connection
for downloading MATLAB containers.
But in my environment, the network connection is not available.
Could you give me the way how to set the 'standalone' environment of MATLAB deep learning in NVIDIA DGX systems?
I am also wondering about :
Can I just install MATLAB in Linux version on DGX system (with DL, Parallel Comput toolboxes) to use MATLAB deep learning?
Thank you
댓글 수: 0
채택된 답변
Jason Ross
2021년 4월 7일
You would just install MATLAB on the system and it should find the GPUs and work, since the DGX is really just a Linux system.
댓글 수: 2
Jason Ross
2021년 4월 8일
1,2) Yes, you need to download the full install since you can't get to the Internet.
3) assuming that "nvidia-smi" works from a command line this should work. I would expect if the DGX system ships with some version of Linux, nVidia has also installed the relevant drivers for the GPUs in the system.
4) yes
a) a qualified "yes". Just plain old code is fine and will execute. The caveat is if your code includes some sort of OS-dependent actions, like file paths that you have not abstracted using fullfile/filesep or some sort of system() commands that are unique to that operating system ("ls" vs. "dir", etc).
b) I suspect that this qualification and release is underway and it's just taking some time to make it into NVIDIA's systems. 2021a can be installed as a full application in the same manner as 2020b.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!