{"cells": [{"cell_type": "markdown", "id": "33f39229508719ea", "metadata": {"collapsed": false}, "source": ["# Deep Active Learning with Frozen Vision Transformer"]}, {"cell_type": "markdown", "id": "fd4eb6e7", "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//05_pool_al_with_self_supervised_learning.ipynb)"]}, {"cell_type": "markdown", "id": "79402ebb", "metadata": {}, "source": ["**Notebook Dependencies**\n", "\n", "Uncomment the following cells to install all dependencies for this tutorial."]}, {"cell_type": "code", "execution_count": 1, "id": "92efee18e6c2b8ce", "metadata": {}, "outputs": [], "source": ["# !pip install scikit-activeml[opt] torch torchvision tqdm datasets transformers"]}, {"cell_type": "markdown", "id": "a773fbde", "metadata": {}, "source": ["