From dcb43f2881528e3c056d5e3be0d5167bcfe3f58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 23 Mar 2022 11:02:35 +1300 Subject: [PATCH] Add GPU accelerator to notebooks 14 to 19 --- 14_deep_computer_vision_with_cnns.ipynb | 3 ++- 15_processing_sequences_using_rnns_and_cnns.ipynb | 3 ++- 16_nlp_with_rnns_and_attention.ipynb | 3 ++- 17_autoencoders_and_gans.ipynb | 3 ++- 18_reinforcement_learning.ipynb | 3 ++- 19_training_and_deploying_at_scale.ipynb | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/14_deep_computer_vision_with_cnns.ipynb b/14_deep_computer_vision_with_cnns.ipynb index 6342b73..0592245 100644 --- a/14_deep_computer_vision_with_cnns.ipynb +++ b/14_deep_computer_vision_with_cnns.ipynb @@ -2577,7 +2577,8 @@ } } } - } + }, + "accelerator": "GPU" }, "nbformat": 4, "nbformat_minor": 4 diff --git a/15_processing_sequences_using_rnns_and_cnns.ipynb b/15_processing_sequences_using_rnns_and_cnns.ipynb index e2db3e5..3e20fd9 100644 --- a/15_processing_sequences_using_rnns_and_cnns.ipynb +++ b/15_processing_sequences_using_rnns_and_cnns.ipynb @@ -4858,7 +4858,8 @@ "toc_cell": false, "toc_section_display": "block", "toc_window_display": false - } + }, + "accelerator": "GPU" }, "nbformat": 4, "nbformat_minor": 4 diff --git a/16_nlp_with_rnns_and_attention.ipynb b/16_nlp_with_rnns_and_attention.ipynb index 9bbef1f..6b544a7 100644 --- a/16_nlp_with_rnns_and_attention.ipynb +++ b/16_nlp_with_rnns_and_attention.ipynb @@ -4339,7 +4339,8 @@ "toc_cell": false, "toc_section_display": "block", "toc_window_display": false - } + }, + "accelerator": "GPU" }, "nbformat": 4, "nbformat_minor": 4 diff --git a/17_autoencoders_and_gans.ipynb b/17_autoencoders_and_gans.ipynb index 229e7ad..1b65d87 100644 --- a/17_autoencoders_and_gans.ipynb +++ b/17_autoencoders_and_gans.ipynb @@ -1883,7 +1883,8 @@ "toc_cell": false, "toc_section_display": "block", "toc_window_display": false - } + }, + "accelerator": "GPU" }, "nbformat": 4, "nbformat_minor": 4 diff --git a/18_reinforcement_learning.ipynb b/18_reinforcement_learning.ipynb index ddf4d9d..06f0392 100644 --- a/18_reinforcement_learning.ipynb +++ b/18_reinforcement_learning.ipynb @@ -2327,7 +2327,8 @@ "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.12" - } + }, + "accelerator": "GPU" }, "nbformat": 4, "nbformat_minor": 4 diff --git a/19_training_and_deploying_at_scale.ipynb b/19_training_and_deploying_at_scale.ipynb index 340c0bf..dffad68 100644 --- a/19_training_and_deploying_at_scale.ipynb +++ b/19_training_and_deploying_at_scale.ipynb @@ -1406,7 +1406,8 @@ "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.12" - } + }, + "accelerator": "GPU" }, "nbformat": 4, "nbformat_minor": 4