The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Does GPU support Deeplearning Python script
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
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
Tagged:
0
Best Answer
-
rfuentealba RapidMiner Certified Analyst, Member, University Professor Posts: 568 UnicornHello,
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.1