Does GPU support Deeplearning Python script

UjwalUjwal Member Posts: 2 Newbie
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

  • rfuentealbarfuentealba Moderator, RapidMiner Certified Analyst, Member, University Professor Posts: 568 Unicorn
    Solution Accepted
    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.
Sign In or Register to comment.