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:0ormaster:0nodes (for small clusters withoutworkernodes).