{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Deep Pool-based Active Learning: Scikit-activeml with Skorch" ] }, { "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/latest/generated/tutorials_colab//01_deep_pool_al_with_skorch.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Notebook Dependencies**\n", "\n", "
skactiveml=0.6.0
. As of now, skorch=1.1.0
does not fully support torch_load_kwargs
. Therefore, we resort to installing skorch
from source.\n",
"