Skip to content

AdaNet v0.5.0

Compare
Choose a tag to compare
@cweill cweill released this 17 Dec 23:18
· 297 commits to master since this release
  • Support training on TPU using adanet.TPUEstimator.
  • Allow subnetworks to specify tf.train.SessionRunHook instances for training with adanet.subnetwork.TrainOpSpec.
  • Add API documentation generation with Sphinx.
  • Fix bug preventing subnetworks with Resource variables from working beyond the first iteration.