Does GPU support Deeplearning Python script

Ujwal
Ujwal New Altair Community Member
edited November 5 in Community Q&A
If I have deep learning code written in Keras and in python, can I execute the code in GPU in enterprise edition? 
In some of the documentation it's mentioned GPU works only with DeepLearnig operator, does it mean it doesn't work with plain Python code for Deep learning

Best Answer

  • rfuentealba
    rfuentealba New Altair Community Member
    Answer ✓
    Hello,

    What RapidMiner does is to execute Python as a foreign script, therefore you can use GPU and everything you want from Python, up to (and this is just an example) reading values from an Arduino and delivering those to RapidMiner for further processing. So you'll be fine.

    All the best,

    Rod.

Answers

  • rfuentealba
    rfuentealba New Altair Community Member
    Answer ✓
    Hello,

    What RapidMiner does is to execute Python as a foreign script, therefore you can use GPU and everything you want from Python, up to (and this is just an example) reading values from an Arduino and delivering those to RapidMiner for further processing. So you'll be fine.

    All the best,

    Rod.