microsoft / tensorflow-directml-plugin

DirectML PluggableDevice plugin for TensorFlow 2
Apache License 2.0
179 stars 23 forks source link

Importing tensorflow with enabled GPU acceleration #377

Open Showu10 opened 1 month ago

Showu10 commented 1 month ago

Hi I followed this tutorial https://learn.microsoft.com/en-us/windows/ai/directml/gpu-tensorflow-plugin to install tensorflow for Intel graphics. How do I import tensorflow to a python file. Do I use the normal import tensorflow as tf or is there some other command?