v2.1.1
- added
compat.is_gpu_available()
method to use:tf.config.list_logical_devices('GPU')
(for TF2.1)tf.test.is_cuda_available()
(for earlier versions of TF).
- added ability to launch TensorBoard on
chief:0
ormaster:0
nodes (for small clusters withoutworker
nodes).