From 15c235ff3aaff4903b80b1c5d574bcc116c24ac1 Mon Sep 17 00:00:00 2001 From: Ved Patwardhan <54766411+vedpatwardhan@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:03:58 +0300 Subject: [PATCH] chore: re-ran the paddle demo after the changes --- examples_and_demos/dinov2_to_paddle.ipynb | 47 ++++++++++++++++------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/examples_and_demos/dinov2_to_paddle.ipynb b/examples_and_demos/dinov2_to_paddle.ipynb index 0891e414..d3bbf2ce 100644 --- a/examples_and_demos/dinov2_to_paddle.ipynb +++ b/examples_and_demos/dinov2_to_paddle.ipynb @@ -33,7 +33,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -43,28 +43,35 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "env: FLAGS_fraction_of_gpu_memory_to_use=auto_growth\n" + ] + }, { "name": "stderr", "output_type": "stream", "text": [ "/opt/miniconda/envs/multienv/lib/python3.10/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", " from .autonotebook import tqdm as notebook_tqdm\n", - "2024-03-07 09:38:30.908692: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", - "2024-03-07 09:38:30.908781: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", - "2024-03-07 09:38:31.271672: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", - "2024-03-07 09:38:35.751074: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" + "2024-03-07 14:58:24.099321: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n", + "2024-03-07 14:58:24.099411: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n", + "2024-03-07 14:58:24.486997: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n", + "2024-03-07 14:58:29.300032: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n" ] }, { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 1, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -186,11 +193,10 @@ "name": "stderr", "output_type": "stream", "text": [ - "[2024-03-07 09:39:12,476] [ WARNING] device.py:24 - Native Numpy does not support GPU placement, consider using Jax instead\n", "/workspaces/tracer-transpiler/ivy_repo/ivy/utils/exceptions.py:383: UserWarning: The current backend: 'paddle' does not support inplace updates natively. Ivy would quietly create new arrays when using inplace updates with this backend, leading to memory overhead (same applies for views). If you want to control your memory management, consider doing ivy.set_inplace_mode('strict') which should raise an error whenever an inplace update is attempted with this backend.\n", " warnings.warn(\n", - "W0307 09:39:25.919163 3811 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 12.3, Runtime API Version: 11.8\n", - "W0307 09:39:25.997113 3811 gpu_resources.cc:164] device: 0, cuDNN Version: 9.0.\n" + "W0307 14:59:17.113435 1675 gpu_resources.cc:119] Please NOTE: device: 0, GPU Compute Capability: 7.0, Driver API Version: 12.3, Runtime API Version: 11.8\n", + "W0307 14:59:17.205612 1675 gpu_resources.cc:164] device: 0, cuDNN Version: 9.0.\n" ] } ], @@ -331,7 +337,14 @@ "name": "stderr", "output_type": "stream", "text": [ - "100%|██████████| 5/5 [00:23<00:00, 4.79s/it]\n" + " 0%| | 0/5 [00:00" ] @@ -416,7 +429,15 @@ "name": "python3" }, "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", "version": "3.10.0" } },