mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Upgrade to TensorFlow 2.8
This commit is contained in:
@@ -33,11 +33,11 @@ dependencies:
|
||||
- pip:
|
||||
- tensorboard-plugin-profile~=2.5.0 # profiling plugin for TensorBoard
|
||||
- tensorboard~=2.8.0 # TensorFlow's visualization toolkit
|
||||
- tensorflow-addons~=0.15.0 # used in chapters 11 & 16 (for AdamW & seq2seq)
|
||||
- tensorflow-addons~=0.16.1 # used in chapters 11 & 16 (for AdamW & seq2seq)
|
||||
- tensorflow-datasets~=4.5.2 # datasets repository, ready to use
|
||||
- tensorflow-hub~=0.12.0 # trained ML models repository, ready to use
|
||||
- tensorflow-serving-api~=2.7.0 # or tensorflow-serving-api-gpu if gpu
|
||||
- tensorflow~=2.7.1 # Deep Learning library
|
||||
- tensorflow-serving-api~=2.8.0 # or tensorflow-serving-api-gpu if gpu
|
||||
- tensorflow~=2.8.0 # Deep Learning library
|
||||
- transformers~=4.16.2 # Natural Language Processing lib for TF or PyTorch
|
||||
- urlextract~=1.5.0 # optionally used in chapter 3, exercise 4
|
||||
- gym[atari,accept-rom-license]~=0.21.0 # used only in chapter 18
|
||||
|
||||
Reference in New Issue
Block a user