have an question about Keras library for deep learning
I have 3 GPUs:
GTX 1080 TI
Tesla K20
I want to know how can I run one model on three GPUs?
The recent version of Keras (>2.0) supports running your model in multiple GPUs. It is as simple as this:
from keras.utils import multi_gpu_model
model = multi_gpu_model(model, gpus=2) #in this case the number of GPus is 2
Hope this answers your question. Have a great day
I confirm that you use Keras (>2.0) for exploiting multiple GPUs. However, the three GPUs need to be from the same generation.
In your case, there is no problem for using the two GTX 1080 TI, but for the third one (Tesla K20), I'm not sure. It is a different card.
Please, if you test that, can you inform me if ti worked with the three.
Hope this helped.
Best regards,
Sidi,
Hi,
I have tried Keras with MXNET backend for that. It makes it super easy and it is comparably faster than Tensorflow backend.
The problem is that, as of now, MXNET backend is only available in Keras 1.2.2. They might also develop the backend for Keras 2 in future.
Here is a link that describes how to install and use Keras with MXNET backend for multiple gpus:
https://devblogs.nvidia.com/parallelforall/scaling-keras-training-multiple-gpus/
Here is another link to get a sense of how faster MXNET is compared to Tensorflow:
http://dlbench.comp.hkbu.edu.hk/mg2/?v=v7#tableContainer
If my paper is accepted in a ACM conference, can I submit my version of the manuscript to arXiv immediately after acceptance?
03 April 2018 8,005 0 View
I have an question about SLI for 3 GPU: I have three GPUs : GTX 1080 TI GTX 1080 TI Tesla K20 I want to know if I use SLI is useful of not for deep learning?
10 November 2017 7,005 3 View
Anyone knows any software for Iphone and Android to collect data from Microsoft Band and Phone sensors on cloud?
10 November 2017 9,989 0 View
I would like to use Deep Learning method as a clustering method
10 November 2017 5,656 3 View
How can I use Artificial Neural Networks and Deep Learning for clustering?
10 November 2017 5,831 0 View
Any one has an idea about object detection using deep learning? I would like to do real time object detection using RGB-D camera such as Kinect
10 November 2017 2,086 0 View
which one is correct citation number ? Google Scholar or Researchgate?
10 November 2017 2,124 0 View
Fuzzy dataset for calsssification ?
10 November 2017 2,194 0 View
I have a dataset which is kind of unique where can I distribute it? Description of Dataset: Here is three datasets which include WOS-11967 , WOS-46985, and WOS-5736 Each folder...
10 November 2017 6,178 1 View
Anyone knows how can convert code scours from kinect 2 to 1 and reverse? I need to convert part pf scours from kinect 1 to 2
01 February 2016 1,160 0 View
What Characteristics makes CNN work better?
03 March 2021 1,458 4 View
I have tried to download the 64-bit version of MGLtools however, as many times as I have downloaded and uninstall the programs, an error arises that the app needs to be updated. Thank you.
03 March 2021 5,997 2 View
i would to know some of the research gaps in the artificial intelligence field in most african countries.
03 March 2021 6,145 3 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
Hi everyone, I am conducting research for my Master's thesis. I am using PROCESS by Johnson-Neyman to analyze my Moderator model. I test the relationship between Public Service Motivation and...
03 March 2021 2,350 2 View
Hi, I am after the reference below, my library says it cannot obtain a copy either locally or internationally, any help appreciated! Chris Wang ZM, Heshka S, Wielopolski L, Pi-Sunyer FX, Pierson...
03 March 2021 6,193 1 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I just wanted to check if I need to run a linear regression separately if I am using PROCESS MACRO to run mediation analysis. Thank you.
02 March 2021 4,359 3 View
Dear Colleagues, After running Western blot on PVDF membrane and detection using ECL, I would like to stain my PVDF with colloidal gold to be able to allign the ECL image with total proteins on...
02 March 2021 7,829 3 View
So, I have been trying to run a pACYC PCR which will be used later on for a Gibson Assembly. However the PCR is not working. I have already tried gradient PCR and changing extension time; however...
02 March 2021 1,146 2 View