Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

AdaNet v0.5.0

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.