I would like to know if new version of TFF (0.17.0) is completely GPU ? because on old version, I find that TFF run CPU and GPU .
Tensorflow-federated 0.17.0 is totally GPU or GPU and CPU?
171 views Asked by seni At
1
I would like to know if new version of TFF (0.17.0) is completely GPU ? because on old version, I find that TFF run CPU and GPU .
TFF
0.17.0is intended to run on GPU if available, otherwise uses CPU as per the underlyingTensorFlowpip package. This is inline with https://www.tensorflow.org/guide/gpu :If this is not the case, please open an issue on http://github.com/tensorflow/federated and include the output of
pip freeze, information about environment including OS, python version, and hardware (what GPUs are present in the system).