Skip to content

v2.1.1

Compare
Choose a tag to compare
@leewyang leewyang released this 09 Jan 23:42
· 105 commits to master since this release
c236511
  • 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 or master:0 nodes (for small clusters without worker nodes).