Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Does GPU support Deeplearning Python script

UjwalUjwal Member Posts: 2 Learner I
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 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.