{ "cells": [ { "cell_type": "markdown", "id": "33f39229508719ea", "metadata": { "collapsed": false }, "source": [ "# Active Image Classification via Self-supervised Learning" ] }, { "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-docs/blob/gh-pages/latest/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": "0c5bb17e", "metadata": {}, "outputs": [], "source": [ "# !pip install scikit-activeml torch torchvision torchaudio tqdm" ] }, { "cell_type": "markdown", "id": "a773fbde", "metadata": {}, "source": [ "