Add keras-tuner, google cloud aiplatform, and google cloud storage

This commit is contained in:
Aurélien Geron
2022-04-16 17:32:04 +12:00
parent b67e51af2c
commit b01d1862f3
2 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ tensorboard-plugin-profile~=2.5.0
tensorflow-datasets~=4.5.2
tensorflow-hub~=0.12.0
# Used in chapter 10 and 19 for hyperparameter tuning
keras-tuner~=1.1.2
# Optional: used in chapters 11 & 16 (for AdamW & seq2seq)
tensorflow-addons~=0.16.1
@@ -60,6 +63,10 @@ pyglet~=1.5.21
# (i.e., without screen, e.g., Colab or VM)
##### Google Cloud Platform - used only in chapter 19
google-cloud-aiplatform~=1.12.0
google-cloud-storage~=2.2.1
##### Additional utilities
# Efficient jobs (caching, parallelism, persistence)