From a2d94e5af719c66a40bec8eb553d9e023a0f187f Mon Sep 17 00:00:00 2001 From: timsainb Date: Tue, 11 Jun 2019 11:14:11 -0700 Subject: [PATCH] upick update to notebook --- notebooks/1.0-test-noise-reduction.ipynb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/notebooks/1.0-test-noise-reduction.ipynb b/notebooks/1.0-test-noise-reduction.ipynb index ae377ab..85a78ac 100644 --- a/notebooks/1.0-test-noise-reduction.ipynb +++ b/notebooks/1.0-test-noise-reduction.ipynb @@ -21,7 +21,14 @@ "source": [ "%load_ext autoreload\n", "%autoreload 2\n", - "%env CUDA_VISIBLE_DEVICES=3" + "#%env CUDA_VISIBLE_DEVICES=3" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "#### Download packages if in Google Colab" ] }, {