From a101c5174e063f80e759f714bf085da66c0bdd6d Mon Sep 17 00:00:00 2001 From: Ved Patwardhan <54766411+vedpatwardhan@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:55:05 +0300 Subject: [PATCH] more changes --- examples_and_demos/image_segmentation_with_ivy_unet.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_and_demos/image_segmentation_with_ivy_unet.ipynb b/examples_and_demos/image_segmentation_with_ivy_unet.ipynb index c86f217f..05f9ba44 100644 --- a/examples_and_demos/image_segmentation_with_ivy_unet.ipynb +++ b/examples_and_demos/image_segmentation_with_ivy_unet.ipynb @@ -62,7 +62,7 @@ "import ivy\n", "ivy.set_default_device(\"gpu:0\")\n", "import jax\n", - "jax.devices()\n", + "# jax.devices()\n", "import torch\n", "import numpy as np" ]