Skip to content Skip to sidebar Skip to footer

Find Number Of Detected Devices In Tensorflow

As the title already says I want to find out the number of devices (cpus or gpus) that tensorflow is able to detect or make use of. The reason for this question is because I'm runn

Solution 1:

Look at this bug report regarding CPU scaling ; https://github.com/tensorflow/tensorflow/issues/583

It was supposedly resolved with change ab02c5, issued at the beginning of May 2016. Try building tensorflow from source to get all the latest updates, which are most likely not in the stable version.


Post a Comment for "Find Number Of Detected Devices In Tensorflow"