NVIDIA / DIGITS

Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4.11k stars 1.38k forks source link

how to deploy DIGITS in computer cluster? #1527

Open PapaMadeleine2022 opened 7 years ago

PapaMadeleine2022 commented 7 years ago

Now I have a computer cluster, I need to deploy DIGITS to this computer cluster, and I use nginx Reverse Proxy in a proxy server to do Load balancing. But DIGITS just stores user's jobs into disk rather than using a database like mysql, oracle. So I think that maintaining data consistency seems to be a problem for one user's different web access requests. Do I need distributed file system to store user's jobs? can you give some advices?

thank you in advance!

PapaMadeleine2022 commented 7 years ago

now, caffe used in the backstage can not support Multi-machine,