{"cells": [{"cell_type": "markdown", "metadata": {}, "source": "# Deep Active Learning for Fine-tuning Vision Transformers"}, {"cell_type": "markdown", "metadata": {}, "source": ["> **_Google Colab Note:_** If the notebook fails to run after installing the needed packages, try to restart the runtime (Ctrl + M) under Runtime -> Restart session.\n", "\n", "[](https://colab.research.google.com/github/scikit-activeml/scikit-activeml.github.io/blob/gh-pages/development/generated/tutorials_colab//01_deep_pool_al_with_skorch.ipynb)"]}, {"cell_type": "markdown", "metadata": {}, "source": ["**Notebook Dependencies**\n", "\n", "Uncomment the following cell to install all dependencies for this tutorial."]}, {"metadata": {}, "cell_type": "code", "outputs": [], "execution_count": null, "source": "# !pip install scikit-activeml[opt] torch torchvision tqdm pandas kornia transformers datasets"}, {"cell_type": "markdown", "metadata": {}, "source": ["