google / aqt

Apache License 2.0
247 stars 25 forks source link

Add support for passing a dataset to `flax_e2e_model.train_and_evaluate` and make statistics printing easier to read. #681

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Add support for passing a dataset to flax_e2e_model.train_and_evaluate and make statistics printing easier to read.

Reusing the dataset saves a significant amount of time when comparing multiple configurations.