From 3180592beea1200c2943d58b2854f42f233607f2 Mon Sep 17 00:00:00 2001 From: Hai Victor Habi Date: Thu, 5 Oct 2023 21:08:38 +0300 Subject: [PATCH] 1. Explained how to change run type to GPU in colab --- examples/training_rnn.ipynb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/training_rnn.ipynb b/examples/training_rnn.ipynb index c04e612..717d95b 100644 --- a/examples/training_rnn.ipynb +++ b/examples/training_rnn.ipynb @@ -20,7 +20,10 @@ "6. Neural Network Analysis\n", "\n", "\n", - "[Run this notebook in colab](https://colab.research.google.com/github/haihabi/PyNNcml/blob/master/examples/training_rnn.ipynb)\n" + "[Run this notebook in colab](https://colab.research.google.com/github/haihabi/PyNNcml/blob/master/examples/training_rnn.ipynb)\n", + "\n", + "To run this notebook on Colab using GPU, please do the following:\n", + "Runtime -> Change runtime type -> Select GPU -> Save\n" ], "metadata": { "collapsed": false