You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this guide, it only talks about jax backend distributed training using keras 3 API. Do other backends also support this? If not, is there any raod-map for that?
Using tensorflow.python.client.device_lib, we can get the following information about GPU(s).
print('TF System Cuda V. : ', tf.sysconfig.get_build_info()["cuda_version"])
print('TF System CudNN V. : ', tf.sysconfig.get_build_info()["cudnn_version"])
Would it be convenient to have someting general from keras 3 API, no? In torch, it provides the following, convenient when needed for sanity check.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
tensorflow.python.client.device_lib
, we can get the following information about GPU(s).Would it be convenient to have someting general from keras 3 API, no? In torch, it provides the following, convenient when needed for sanity check.
Beta Was this translation helpful? Give feedback.
All reactions