Skip to content

Commit

Permalink
update from 6ecaaa9
Browse files Browse the repository at this point in the history
  • Loading branch information
rickiepark committed Jul 4, 2021
1 parent cd20043 commit 6f56ad1
Show file tree
Hide file tree
Showing 11 changed files with 10,374 additions and 9,460 deletions.
107 changes: 46 additions & 61 deletions 01_the_machine_learning_landscape.ipynb

Large diffs are not rendered by default.

44 changes: 14 additions & 30 deletions 06_decision_trees.ipynb

Large diffs are not rendered by default.

6,778 changes: 4,442 additions & 2,336 deletions 12_custom_models_and_training_with_tensorflow.ipynb

Large diffs are not rendered by default.

5,221 changes: 4,808 additions & 413 deletions 13_loading_and_preprocessing_data.ipynb

Large diffs are not rendered by default.

770 changes: 342 additions & 428 deletions 14_deep_computer_vision_with_cnns.ipynb

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions 15_processing_sequences_using_rnns_and_cnns.ipynb

Large diffs are not rendered by default.

6,736 changes: 633 additions & 6,103 deletions 16_nlp_with_rnns_and_attention.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 19_training_and_deploying_at_scale.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Please follow the steps in the [Deploying TensorFlow models to TensorFlow Serving](http://localhost:8888/notebooks/19_training_and_deploying_at_scale.ipynb#Deploying-TensorFlow-models-to-TensorFlow-Serving-(TFS)) section above."
"Please follow the steps in the <a href=\"#Deploying-TensorFlow-models-to-TensorFlow-Serving-(TFS)\">Deploying TensorFlow models to TensorFlow Serving</a> section above."
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: homl2
name: tf2
channels:
- conda-forge
- defaults
Expand Down Expand Up @@ -38,11 +38,11 @@ dependencies:
- tensorboard-plugin-profile==2.4.0 # profiling plugin for TensorBoard
- tensorboard==2.4.1 # TensorFlow's visualization toolkit
- tensorflow-addons==0.12.1 # used only in chapter 16 for a seq2seq impl.
- tensorflow-datasets==3.0.0 # datasets repository, ready to use
- tensorflow-datasets==4.3.0 # datasets repository, ready to use
- tensorflow-hub==0.9.0 # trained ML models repository, ready to use
- tensorflow-probability==0.12.1 # Optional. Probability/Stats lib.
- tensorflow-serving-api==2.4.1 # or tensorflow-serving-api-gpu if gpu
- tensorflow==2.4.1 # Deep Learning library
- tensorflow==2.4.2 # Deep Learning library
- tf-agents==0.7.1 # Reinforcement Learning lib based on TensorFlow
- tfx==0.27.0 # platform to deploy production ML pipelines
- urlextract==1.2.0 # optionally used in chapter 3, exercise 4
- urlextract==1.2.0 # optionally used in chapter 3, exercise 4
4 changes: 2 additions & 2 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "TensorFlow 2.4 on Python 3.8 & CUDA 11.1",
"language": "python",
"name": "python3"
},
Expand All @@ -83,7 +83,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.8"
},
"nav_menu": {},
"toc": {
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ transformers==4.3.2
# you must install CUDA, cuDNN and more: see tensorflow.org for the detailed
# installation instructions.

tensorflow==2.4.1
tensorflow==2.4.2
# Optional: the TF Serving API library is just needed for chapter 19.
tensorflow-serving-api==2.4.1 # or tensorflow-serving-api-gpu if gpu

tensorboard==2.4.1
tensorboard-plugin-profile==2.4.0
tensorflow-datasets==3.0.0
tensorflow-datasets==4.3.0
tensorflow-hub==0.9.0
tensorflow-probability==0.12.1

Expand All @@ -56,7 +56,7 @@ gym[atari,Box2D]==0.18.0
tf-agents==0.7.1

##### Image manipulation
Pillow==8.1.2
Pillow==8.2.0
graphviz==0.16
opencv-python==4.5.1.48
pyglet==1.5.0
Expand Down Expand Up @@ -90,4 +90,4 @@ ftfy==5.8

# Optional: tqdm displays nice progress bars, ipywidgets for tqdm's notebook support
tqdm==4.56.1
ipywidgets==7.6.3
ipywidgets==7.6.3

0 comments on commit 6f56ad1

Please sign in to comment.