Buckets:
| { | |
| "nbformat": 4, | |
| "nbformat_minor": 0, | |
| "metadata": { | |
| "colab": { | |
| "provenance": [], | |
| "gpuType": "T4" | |
| }, | |
| "kernelspec": { | |
| "name": "python3", | |
| "display_name": "Python 3" | |
| }, | |
| "language_info": { | |
| "name": "python" | |
| }, | |
| "accelerator": "GPU" | |
| }, | |
| "cells": [ | |
| { | |
| "cell_type": "code", | |
| "execution_count": null, | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/" | |
| }, | |
| "id": "LdnXBiG6mi-u", | |
| "outputId": "ab8873de-a984-4da0-b2cf-55f4b3405cbf" | |
| }, | |
| "outputs": [ | |
| { | |
| "output_type": "stream", | |
| "name": "stdout", | |
| "text": [ | |
| "Cloning into 'MANO'...\n", | |
| "remote: Enumerating objects: 27, done.\u001b[K\n", | |
| "remote: Counting objects: 100% (27/27), done.\u001b[K\n", | |
| "remote: Compressing objects: 100% (24/24), done.\u001b[K\n", | |
| "remote: Total 27 (delta 1), reused 27 (delta 1), pack-reused 0 (from 0)\u001b[K\n", | |
| "Receiving objects: 100% (27/27), 171.91 KiB | 7.81 MiB/s, done.\n", | |
| "Resolving deltas: 100% (1/1), done.\n" | |
| ] | |
| } | |
| ], | |
| "source": [ | |
| "!git clone https://github.com/AlexColagrande/MANO.git" | |
| ] | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "!pip install -r /content/MANO/requirements.txt" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/", | |
| "height": 1000 | |
| }, | |
| "id": "Pkq4_X54nKTy", | |
| "outputId": "98f05b71-e5ac-4b55-b903-48c49b735036" | |
| }, | |
| "execution_count": null, | |
| "outputs": [ | |
| { | |
| "output_type": "stream", | |
| "name": "stdout", | |
| "text": [ | |
| "Collecting certifi==2025.6.15 (from -r /content/MANO/requirements.txt (line 1))\n", | |
| " Downloading certifi-2025.6.15-py3-none-any.whl.metadata (2.4 kB)\n", | |
| "Requirement already satisfied: charset-normalizer==3.4.2 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 2)) (3.4.2)\n", | |
| "Requirement already satisfied: contourpy==1.3.2 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 3)) (1.3.2)\n", | |
| "Requirement already satisfied: cycler==0.12.1 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 4)) (0.12.1)\n", | |
| "Requirement already satisfied: einops==0.8.1 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 5)) (0.8.1)\n", | |
| "Requirement already satisfied: filelock==3.18.0 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 6)) (3.18.0)\n", | |
| "Collecting fonttools==4.58.4 (from -r /content/MANO/requirements.txt (line 7))\n", | |
| " Downloading fonttools-4.58.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (106 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m106.6/106.6 kB\u001b[0m \u001b[31m4.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hCollecting fsspec==2025.5.1 (from -r /content/MANO/requirements.txt (line 8))\n", | |
| " Downloading fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB)\n", | |
| "Requirement already satisfied: hf-xet==1.1.5 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 9)) (1.1.5)\n", | |
| "Collecting huggingface-hub==0.33.1 (from -r /content/MANO/requirements.txt (line 10))\n", | |
| " Downloading huggingface_hub-0.33.1-py3-none-any.whl.metadata (14 kB)\n", | |
| "Requirement already satisfied: idna==3.10 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 11)) (3.10)\n", | |
| "Requirement already satisfied: Jinja2==3.1.6 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 12)) (3.1.6)\n", | |
| "Requirement already satisfied: kiwisolver==1.4.8 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 13)) (1.4.8)\n", | |
| "Requirement already satisfied: MarkupSafe==3.0.2 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 14)) (3.0.2)\n", | |
| "Collecting matplotlib==3.10.3 (from -r /content/MANO/requirements.txt (line 15))\n", | |
| " Downloading matplotlib-3.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)\n", | |
| "Requirement already satisfied: mpmath==1.3.0 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 16)) (1.3.0)\n", | |
| "Requirement already satisfied: networkx==3.5 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 17)) (3.5)\n", | |
| "Collecting numpy==2.3.1 (from -r /content/MANO/requirements.txt (line 18))\n", | |
| " Downloading numpy-2.3.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (62 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m62.1/62.1 kB\u001b[0m \u001b[31m5.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hCollecting nvidia-cublas-cu12==12.6.4.1 (from -r /content/MANO/requirements.txt (line 19))\n", | |
| " Downloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting nvidia-cuda-cupti-cu12==12.6.80 (from -r /content/MANO/requirements.txt (line 20))\n", | |
| " Downloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB)\n", | |
| "Collecting nvidia-cuda-nvrtc-cu12==12.6.77 (from -r /content/MANO/requirements.txt (line 21))\n", | |
| " Downloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting nvidia-cuda-runtime-cu12==12.6.77 (from -r /content/MANO/requirements.txt (line 22))\n", | |
| " Downloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting nvidia-cudnn-cu12==9.5.1.17 (from -r /content/MANO/requirements.txt (line 23))\n", | |
| " Downloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl.metadata (1.6 kB)\n", | |
| "Collecting nvidia-cufft-cu12==11.3.0.4 (from -r /content/MANO/requirements.txt (line 24))\n", | |
| " Downloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting nvidia-cufile-cu12==1.11.1.6 (from -r /content/MANO/requirements.txt (line 25))\n", | |
| " Downloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting nvidia-curand-cu12==10.3.7.77 (from -r /content/MANO/requirements.txt (line 26))\n", | |
| " Downloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting nvidia-cusolver-cu12==11.7.1.2 (from -r /content/MANO/requirements.txt (line 27))\n", | |
| " Downloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB)\n", | |
| "Collecting nvidia-cusparse-cu12==12.5.4.2 (from -r /content/MANO/requirements.txt (line 28))\n", | |
| " Downloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB)\n", | |
| "Collecting nvidia-cusparselt-cu12==0.6.3 (from -r /content/MANO/requirements.txt (line 29))\n", | |
| " Downloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl.metadata (6.8 kB)\n", | |
| "Collecting nvidia-nccl-cu12==2.26.2 (from -r /content/MANO/requirements.txt (line 30))\n", | |
| " Downloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.0 kB)\n", | |
| "Collecting nvidia-nvjitlink-cu12==12.6.85 (from -r /content/MANO/requirements.txt (line 31))\n", | |
| " Downloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting nvidia-nvtx-cu12==12.6.77 (from -r /content/MANO/requirements.txt (line 32))\n", | |
| " Downloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.6 kB)\n", | |
| "Requirement already satisfied: packaging==25.0 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 33)) (25.0)\n", | |
| "Collecting pillow==11.2.1 (from -r /content/MANO/requirements.txt (line 34))\n", | |
| " Downloading pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (8.9 kB)\n", | |
| "Requirement already satisfied: pyparsing==3.2.3 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 35)) (3.2.3)\n", | |
| "Requirement already satisfied: python-dateutil==2.9.0.post0 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 36)) (2.9.0.post0)\n", | |
| "Requirement already satisfied: PyYAML==6.0.2 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 37)) (6.0.2)\n", | |
| "Collecting requests==2.32.4 (from -r /content/MANO/requirements.txt (line 38))\n", | |
| " Downloading requests-2.32.4-py3-none-any.whl.metadata (4.9 kB)\n", | |
| "Requirement already satisfied: safetensors==0.5.3 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 39)) (0.5.3)\n", | |
| "Collecting setuptools==80.9.0 (from -r /content/MANO/requirements.txt (line 40))\n", | |
| " Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)\n", | |
| "Requirement already satisfied: six==1.17.0 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 41)) (1.17.0)\n", | |
| "Collecting sympy==1.14.0 (from -r /content/MANO/requirements.txt (line 42))\n", | |
| " Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)\n", | |
| "Collecting timm==1.0.16 (from -r /content/MANO/requirements.txt (line 43))\n", | |
| " Downloading timm-1.0.16-py3-none-any.whl.metadata (57 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m57.6/57.6 kB\u001b[0m \u001b[31m4.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hCollecting torch==2.7.1 (from -r /content/MANO/requirements.txt (line 44))\n", | |
| " Downloading torch-2.7.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (29 kB)\n", | |
| "Collecting torchvision==0.22.1 (from -r /content/MANO/requirements.txt (line 45))\n", | |
| " Downloading torchvision-0.22.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (6.1 kB)\n", | |
| "Requirement already satisfied: tqdm==4.67.1 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 46)) (4.67.1)\n", | |
| "Collecting triton==3.3.1 (from -r /content/MANO/requirements.txt (line 47))\n", | |
| " Downloading triton-3.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (1.5 kB)\n", | |
| "Collecting typing_extensions==4.14.0 (from -r /content/MANO/requirements.txt (line 48))\n", | |
| " Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB)\n", | |
| "Requirement already satisfied: urllib3==2.5.0 in /usr/local/lib/python3.11/dist-packages (from -r /content/MANO/requirements.txt (line 49)) (2.5.0)\n", | |
| "Downloading certifi-2025.6.15-py3-none-any.whl (157 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m157.7/157.7 kB\u001b[0m \u001b[31m10.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading fonttools-4.58.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.0 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m5.0/5.0 MB\u001b[0m \u001b[31m87.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading fsspec-2025.5.1-py3-none-any.whl (199 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m199.1/199.1 kB\u001b[0m \u001b[31m17.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading huggingface_hub-0.33.1-py3-none-any.whl (515 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m515.4/515.4 kB\u001b[0m \u001b[31m40.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading matplotlib-3.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.6/8.6 MB\u001b[0m \u001b[31m107.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading numpy-2.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (16.9 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m16.9/16.9 MB\u001b[0m \u001b[31m113.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cublas_cu12-12.6.4.1-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (393.1 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m393.1/393.1 MB\u001b[0m \u001b[31m1.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cuda_cupti_cu12-12.6.80-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.9 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m8.9/8.9 MB\u001b[0m \u001b[31m94.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cuda_nvrtc_cu12-12.6.77-py3-none-manylinux2014_x86_64.whl (23.7 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m23.7/23.7 MB\u001b[0m \u001b[31m94.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cuda_runtime_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (897 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m897.7/897.7 kB\u001b[0m \u001b[31m58.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cudnn_cu12-9.5.1.17-py3-none-manylinux_2_28_x86_64.whl (571.0 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m571.0/571.0 MB\u001b[0m \u001b[31m3.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cufft_cu12-11.3.0.4-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (200.2 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m200.2/200.2 MB\u001b[0m \u001b[31m5.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cufile_cu12-1.11.1.6-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.1 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.1/1.1 MB\u001b[0m \u001b[31m65.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_curand_cu12-10.3.7.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (56.3 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m56.3/56.3 MB\u001b[0m \u001b[31m13.3 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cusolver_cu12-11.7.1.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (158.2 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m158.2/158.2 MB\u001b[0m \u001b[31m6.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cusparse_cu12-12.5.4.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (216.6 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m216.6/216.6 MB\u001b[0m \u001b[31m6.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_cusparselt_cu12-0.6.3-py3-none-manylinux2014_x86_64.whl (156.8 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m156.8/156.8 MB\u001b[0m \u001b[31m6.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_nccl_cu12-2.26.2-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (201.3 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m201.3/201.3 MB\u001b[0m \u001b[31m6.0 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_nvjitlink_cu12-12.6.85-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (19.7 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m19.7/19.7 MB\u001b[0m \u001b[31m86.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading nvidia_nvtx_cu12-12.6.77-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m89.3/89.3 kB\u001b[0m \u001b[31m8.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading pillow-11.2.1-cp311-cp311-manylinux_2_28_x86_64.whl (4.6 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m4.6/4.6 MB\u001b[0m \u001b[31m97.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading requests-2.32.4-py3-none-any.whl (64 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m64.8/64.8 kB\u001b[0m \u001b[31m5.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.2/1.2 MB\u001b[0m \u001b[31m66.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading sympy-1.14.0-py3-none-any.whl (6.3 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m6.3/6.3 MB\u001b[0m \u001b[31m100.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading timm-1.0.16-py3-none-any.whl (2.5 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m2.5/2.5 MB\u001b[0m \u001b[31m85.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading torch-2.7.1-cp311-cp311-manylinux_2_28_x86_64.whl (821.2 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m821.2/821.2 MB\u001b[0m \u001b[31m1.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading torchvision-0.22.1-cp311-cp311-manylinux_2_28_x86_64.whl (7.5 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m7.5/7.5 MB\u001b[0m \u001b[31m103.2 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading triton-3.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (155.7 MB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m155.7/155.7 MB\u001b[0m \u001b[31m7.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hDownloading typing_extensions-4.14.0-py3-none-any.whl (43 kB)\n", | |
| "\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m43.8/43.8 kB\u001b[0m \u001b[31m3.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n", | |
| "\u001b[?25hInstalling collected packages: nvidia-cusparselt-cu12, typing_extensions, sympy, setuptools, pillow, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufile-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, fsspec, fonttools, certifi, triton, requests, nvidia-cusparse-cu12, nvidia-cufft-cu12, nvidia-cudnn-cu12, nvidia-cusolver-cu12, matplotlib, huggingface-hub, torch, torchvision, timm\n", | |
| " Attempting uninstall: nvidia-cusparselt-cu12\n", | |
| " Found existing installation: nvidia-cusparselt-cu12 0.6.2\n", | |
| " Uninstalling nvidia-cusparselt-cu12-0.6.2:\n", | |
| " Successfully uninstalled nvidia-cusparselt-cu12-0.6.2\n", | |
| " Attempting uninstall: typing_extensions\n", | |
| " Found existing installation: typing_extensions 4.14.1\n", | |
| " Uninstalling typing_extensions-4.14.1:\n", | |
| " Successfully uninstalled typing_extensions-4.14.1\n", | |
| " Attempting uninstall: sympy\n", | |
| " Found existing installation: sympy 1.13.1\n", | |
| " Uninstalling sympy-1.13.1:\n", | |
| " Successfully uninstalled sympy-1.13.1\n", | |
| " Attempting uninstall: setuptools\n", | |
| " Found existing installation: setuptools 75.2.0\n", | |
| " Uninstalling setuptools-75.2.0:\n", | |
| " Successfully uninstalled setuptools-75.2.0\n", | |
| " Attempting uninstall: pillow\n", | |
| " Found existing installation: pillow 11.3.0\n", | |
| " Uninstalling pillow-11.3.0:\n", | |
| " Successfully uninstalled pillow-11.3.0\n", | |
| " Attempting uninstall: nvidia-nvtx-cu12\n", | |
| " Found existing installation: nvidia-nvtx-cu12 12.4.127\n", | |
| " Uninstalling nvidia-nvtx-cu12-12.4.127:\n", | |
| " Successfully uninstalled nvidia-nvtx-cu12-12.4.127\n", | |
| " Attempting uninstall: nvidia-nvjitlink-cu12\n", | |
| " Found existing installation: nvidia-nvjitlink-cu12 12.5.82\n", | |
| " Uninstalling nvidia-nvjitlink-cu12-12.5.82:\n", | |
| " Successfully uninstalled nvidia-nvjitlink-cu12-12.5.82\n", | |
| " Attempting uninstall: nvidia-nccl-cu12\n", | |
| " Found existing installation: nvidia-nccl-cu12 2.21.5\n", | |
| " Uninstalling nvidia-nccl-cu12-2.21.5:\n", | |
| " Successfully uninstalled nvidia-nccl-cu12-2.21.5\n", | |
| " Attempting uninstall: nvidia-curand-cu12\n", | |
| " Found existing installation: nvidia-curand-cu12 10.3.6.82\n", | |
| " Uninstalling nvidia-curand-cu12-10.3.6.82:\n", | |
| " Successfully uninstalled nvidia-curand-cu12-10.3.6.82\n", | |
| " Attempting uninstall: nvidia-cuda-runtime-cu12\n", | |
| " Found existing installation: nvidia-cuda-runtime-cu12 12.5.82\n", | |
| " Uninstalling nvidia-cuda-runtime-cu12-12.5.82:\n", | |
| " Successfully uninstalled nvidia-cuda-runtime-cu12-12.5.82\n", | |
| " Attempting uninstall: nvidia-cuda-nvrtc-cu12\n", | |
| " Found existing installation: nvidia-cuda-nvrtc-cu12 12.5.82\n", | |
| " Uninstalling nvidia-cuda-nvrtc-cu12-12.5.82:\n", | |
| " Successfully uninstalled nvidia-cuda-nvrtc-cu12-12.5.82\n", | |
| " Attempting uninstall: nvidia-cuda-cupti-cu12\n", | |
| " Found existing installation: nvidia-cuda-cupti-cu12 12.5.82\n", | |
| " Uninstalling nvidia-cuda-cupti-cu12-12.5.82:\n", | |
| " Successfully uninstalled nvidia-cuda-cupti-cu12-12.5.82\n", | |
| " Attempting uninstall: nvidia-cublas-cu12\n", | |
| " Found existing installation: nvidia-cublas-cu12 12.5.3.2\n", | |
| " Uninstalling nvidia-cublas-cu12-12.5.3.2:\n", | |
| " Successfully uninstalled nvidia-cublas-cu12-12.5.3.2\n", | |
| " Attempting uninstall: numpy\n", | |
| " Found existing installation: numpy 2.0.2\n", | |
| " Uninstalling numpy-2.0.2:\n", | |
| " Successfully uninstalled numpy-2.0.2\n", | |
| " Attempting uninstall: fsspec\n", | |
| " Found existing installation: fsspec 2025.7.0\n", | |
| " Uninstalling fsspec-2025.7.0:\n", | |
| " Successfully uninstalled fsspec-2025.7.0\n", | |
| " Attempting uninstall: fonttools\n", | |
| " Found existing installation: fonttools 4.59.0\n", | |
| " Uninstalling fonttools-4.59.0:\n", | |
| " Successfully uninstalled fonttools-4.59.0\n", | |
| " Attempting uninstall: certifi\n", | |
| " Found existing installation: certifi 2025.7.14\n", | |
| " Uninstalling certifi-2025.7.14:\n", | |
| " Successfully uninstalled certifi-2025.7.14\n", | |
| " Attempting uninstall: triton\n", | |
| " Found existing installation: triton 3.2.0\n", | |
| " Uninstalling triton-3.2.0:\n", | |
| " Successfully uninstalled triton-3.2.0\n", | |
| " Attempting uninstall: requests\n", | |
| " Found existing installation: requests 2.32.3\n", | |
| " Uninstalling requests-2.32.3:\n", | |
| " Successfully uninstalled requests-2.32.3\n", | |
| " Attempting uninstall: nvidia-cusparse-cu12\n", | |
| " Found existing installation: nvidia-cusparse-cu12 12.5.1.3\n", | |
| " Uninstalling nvidia-cusparse-cu12-12.5.1.3:\n", | |
| " Successfully uninstalled nvidia-cusparse-cu12-12.5.1.3\n", | |
| " Attempting uninstall: nvidia-cufft-cu12\n", | |
| " Found existing installation: nvidia-cufft-cu12 11.2.3.61\n", | |
| " Uninstalling nvidia-cufft-cu12-11.2.3.61:\n", | |
| " Successfully uninstalled nvidia-cufft-cu12-11.2.3.61\n", | |
| " Attempting uninstall: nvidia-cudnn-cu12\n", | |
| " Found existing installation: nvidia-cudnn-cu12 9.3.0.75\n", | |
| " Uninstalling nvidia-cudnn-cu12-9.3.0.75:\n", | |
| " Successfully uninstalled nvidia-cudnn-cu12-9.3.0.75\n", | |
| " Attempting uninstall: nvidia-cusolver-cu12\n", | |
| " Found existing installation: nvidia-cusolver-cu12 11.6.3.83\n", | |
| " Uninstalling nvidia-cusolver-cu12-11.6.3.83:\n", | |
| " Successfully uninstalled nvidia-cusolver-cu12-11.6.3.83\n", | |
| " Attempting uninstall: matplotlib\n", | |
| " Found existing installation: matplotlib 3.10.0\n", | |
| " Uninstalling matplotlib-3.10.0:\n", | |
| " Successfully uninstalled matplotlib-3.10.0\n", | |
| " Attempting uninstall: huggingface-hub\n", | |
| " Found existing installation: huggingface-hub 0.33.4\n", | |
| " Uninstalling huggingface-hub-0.33.4:\n", | |
| " Successfully uninstalled huggingface-hub-0.33.4\n", | |
| " Attempting uninstall: torch\n", | |
| " Found existing installation: torch 2.6.0+cu124\n", | |
| " Uninstalling torch-2.6.0+cu124:\n", | |
| " Successfully uninstalled torch-2.6.0+cu124\n", | |
| " Attempting uninstall: torchvision\n", | |
| " Found existing installation: torchvision 0.21.0+cu124\n", | |
| " Uninstalling torchvision-0.21.0+cu124:\n", | |
| " Successfully uninstalled torchvision-0.21.0+cu124\n", | |
| " Attempting uninstall: timm\n", | |
| " Found existing installation: timm 1.0.17\n", | |
| " Uninstalling timm-1.0.17:\n", | |
| " Successfully uninstalled timm-1.0.17\n", | |
| "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", | |
| "ipython 7.34.0 requires jedi>=0.16, which is not installed.\n", | |
| "google-colab 1.0.0 requires requests==2.32.3, but you have requests 2.32.4 which is incompatible.\n", | |
| "opencv-python-headless 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= \"3.9\", but you have numpy 2.3.1 which is incompatible.\n", | |
| "fastai 2.7.19 requires torch<2.7,>=1.10, but you have torch 2.7.1 which is incompatible.\n", | |
| "numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.3.1 which is incompatible.\n", | |
| "opencv-python 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= \"3.9\", but you have numpy 2.3.1 which is incompatible.\n", | |
| "cupy-cuda12x 13.3.0 requires numpy<2.3,>=1.22, but you have numpy 2.3.1 which is incompatible.\n", | |
| "gcsfs 2025.7.0 requires fsspec==2025.7.0, but you have fsspec 2025.5.1 which is incompatible.\n", | |
| "torchaudio 2.6.0+cu124 requires torch==2.6.0, but you have torch 2.7.1 which is incompatible.\n", | |
| "tensorflow 2.18.0 requires numpy<2.1.0,>=1.26.0, but you have numpy 2.3.1 which is incompatible.\n", | |
| "opencv-contrib-python 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= \"3.9\", but you have numpy 2.3.1 which is incompatible.\u001b[0m\u001b[31m\n", | |
| "\u001b[0mSuccessfully installed certifi-2025.6.15 fonttools-4.58.4 fsspec-2025.5.1 huggingface-hub-0.33.1 matplotlib-3.10.3 numpy-2.3.1 nvidia-cublas-cu12-12.6.4.1 nvidia-cuda-cupti-cu12-12.6.80 nvidia-cuda-nvrtc-cu12-12.6.77 nvidia-cuda-runtime-cu12-12.6.77 nvidia-cudnn-cu12-9.5.1.17 nvidia-cufft-cu12-11.3.0.4 nvidia-cufile-cu12-1.11.1.6 nvidia-curand-cu12-10.3.7.77 nvidia-cusolver-cu12-11.7.1.2 nvidia-cusparse-cu12-12.5.4.2 nvidia-cusparselt-cu12-0.6.3 nvidia-nccl-cu12-2.26.2 nvidia-nvjitlink-cu12-12.6.85 nvidia-nvtx-cu12-12.6.77 pillow-11.2.1 requests-2.32.4 setuptools-80.9.0 sympy-1.14.0 timm-1.0.16 torch-2.7.1 torchvision-0.22.1 triton-3.3.1 typing_extensions-4.14.0\n" | |
| ] | |
| }, | |
| { | |
| "output_type": "display_data", | |
| "data": { | |
| "application/vnd.colab-display-data+json": { | |
| "pip_warning": { | |
| "packages": [ | |
| "PIL", | |
| "_distutils_hack", | |
| "certifi", | |
| "matplotlib", | |
| "mpl_toolkits", | |
| "numpy" | |
| ] | |
| }, | |
| "id": "b384c492e2c646bebdeb1fabb6fcfa57" | |
| } | |
| }, | |
| "metadata": {} | |
| } | |
| ] | |
| }, | |
| { | |
| "cell_type": "markdown", | |
| "source": [ | |
| "# Edited train_IC.py path url to path_cfg = \"MANO/config/cfg_IC.yaml\" as per colab enviorment directory" | |
| ], | |
| "metadata": { | |
| "id": "-1ubfVYazPxB" | |
| } | |
| }, | |
| { | |
| "cell_type": "markdown", | |
| "source": [ | |
| "# Edited cfg_IC.yaml file and reaplced the dataset name to **Food101**" | |
| ], | |
| "metadata": { | |
| "id": "qb5vFhmwsiyg" | |
| } | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "!python MANO/train_IC.py # food101" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/" | |
| }, | |
| "id": "POr8Gj-Fssno", | |
| "outputId": "15aee5a4-5efa-444a-8218-46a002a937d4" | |
| }, | |
| "execution_count": null, | |
| "outputs": [ | |
| { | |
| "output_type": "stream", | |
| "name": "stdout", | |
| "text": [ | |
| "100% 5.00G/5.00G [03:38<00:00, 22.9MB/s]\n", | |
| "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py:626: UserWarning: This DataLoader will create 4 worker processes in total. Our suggested max number of worker in current system is 2, which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary.\n", | |
| " warnings.warn(\n", | |
| "model.safetensors: 100% 115M/115M [00:00<00:00, 223MB/s]\n", | |
| "Loaded weights, missing: ['layers.0.blocks.0.down.weight', 'layers.0.blocks.0.up.weight', 'layers.0.blocks.1.down.weight', 'layers.0.blocks.1.up.weight', 'layers.1.blocks.0.down.weight', 'layers.1.blocks.0.up.weight', 'layers.1.blocks.1.down.weight', 'layers.1.blocks.1.up.weight', 'head.fc.weight', 'head.fc.bias'], unexpected: []\n", | |
| "/content/MANO/trainer/trainer_IC.py:60: FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.\n", | |
| " self.scaler = torch.cuda.amp.GradScaler()\n", | |
| "Traceback (most recent call last):\n", | |
| " File \"/content/MANO/train_IC.py\", line 75, in <module>\n", | |
| " trainer.train()\n", | |
| " File \"/content/MANO/trainer/trainer_IC.py\", line 87, in train\n", | |
| " train_loss, train_acc = self._train_one_epoch()\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/content/MANO/trainer/trainer_IC.py\", line 137, in _train_one_epoch\n", | |
| " logits = self.model(x)\n", | |
| " ^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n", | |
| " return self._call_impl(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n", | |
| " return forward_call(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/content/MANO/models/Swin_MANO.py\", line 1015, in forward\n", | |
| " x = self.forward_features(x)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/content/MANO/models/Swin_MANO.py\", line 1007, in forward_features\n", | |
| " x = self.layers(x)\n", | |
| " ^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n", | |
| " return self._call_impl(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n", | |
| " return forward_call(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/container.py\", line 240, in forward\n", | |
| " input = module(input)\n", | |
| " ^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n", | |
| " return self._call_impl(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n", | |
| " return forward_call(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/content/MANO/models/Swin_MANO.py\", line 712, in forward\n", | |
| " x = self.downsample(x)\n", | |
| " ^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n", | |
| " return self._call_impl(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n", | |
| " return forward_call(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/content/MANO/models/Swin_MANO.py\", line 584, in forward\n", | |
| " x = self.norm(x)\n", | |
| " ^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1751, in _wrapped_call_impl\n", | |
| " return self._call_impl(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/module.py\", line 1762, in _call_impl\n", | |
| " return forward_call(*args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/modules/normalization.py\", line 217, in forward\n", | |
| " return F.layer_norm(\n", | |
| " ^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/nn/functional.py\", line 2910, in layer_norm\n", | |
| " return torch.layer_norm(\n", | |
| " ^^^^^^^^^^^^^^^^^\n", | |
| "KeyboardInterrupt\n" | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "cell_type": "markdown", | |
| "source": [ | |
| "# Edited cfg_IC.yaml file and reaplced the dataset name to **CIFAR100**" | |
| ], | |
| "metadata": { | |
| "id": "N8kg9ky6vNZj" | |
| } | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [ | |
| "!python MANO/train_IC.py # CIFAR100" | |
| ], | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/" | |
| }, | |
| "id": "b7QzxO9XvZvs", | |
| "outputId": "b626f6ad-3a77-4543-96be-745252301b66" | |
| }, | |
| "execution_count": null, | |
| "outputs": [ | |
| { | |
| "output_type": "stream", | |
| "name": "stdout", | |
| "text": [ | |
| "100% 169M/169M [00:03<00:00, 49.4MB/s]\n", | |
| "/usr/local/lib/python3.11/dist-packages/torch/utils/data/dataloader.py:626: UserWarning: This DataLoader will create 4 worker processes in total. Our suggested max number of worker in current system is 2, which is smaller than what this DataLoader is going to create. Please be aware that excessive worker creation might get DataLoader running slow or even freeze, lower the worker number to avoid potential slowness/freeze if necessary.\n", | |
| " warnings.warn(\n", | |
| "Loaded weights, missing: ['layers.0.blocks.0.down.weight', 'layers.0.blocks.0.up.weight', 'layers.0.blocks.1.down.weight', 'layers.0.blocks.1.up.weight', 'layers.1.blocks.0.down.weight', 'layers.1.blocks.0.up.weight', 'layers.1.blocks.1.down.weight', 'layers.1.blocks.1.up.weight', 'head.fc.weight', 'head.fc.bias'], unexpected: []\n", | |
| "/content/MANO/trainer/trainer_IC.py:60: FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.\n", | |
| " self.scaler = torch.cuda.amp.GradScaler()\n", | |
| "Traceback (most recent call last):\n", | |
| " File \"/content/MANO/train_IC.py\", line 75, in <module>\n", | |
| " trainer.train()\n", | |
| " File \"/content/MANO/trainer/trainer_IC.py\", line 87, in train\n", | |
| " train_loss, train_acc = self._train_one_epoch()\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/content/MANO/trainer/trainer_IC.py\", line 142, in _train_one_epoch\n", | |
| " self.scaler.step(self.optimizer)\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/amp/grad_scaler.py\", line 461, in step\n", | |
| " retval = self._maybe_opt_step(optimizer, optimizer_state, *args, **kwargs)\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/amp/grad_scaler.py\", line 355, in _maybe_opt_step\n", | |
| " if not sum(v.item() for v in optimizer_state[\"found_inf_per_device\"].values()):\n", | |
| " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", | |
| " File \"/usr/local/lib/python3.11/dist-packages/torch/amp/grad_scaler.py\", line 355, in <genexpr>\n", | |
| " if not sum(v.item() for v in optimizer_state[\"found_inf_per_device\"].values()):\n", | |
| " ^^^^^^^^\n", | |
| "KeyboardInterrupt\n" | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Xet Storage Details
- Size:
- 43.2 kB
- Xet hash:
- ed7b4606b90f1ab9eaa5b14905c4543e5c032d17a47463d7cf3dc179e76e0b0d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.