{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## callbacks.mem" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Memory profiling callbacks." ] }, { "cell_type": "code", "execution_count": null, "metadata": { "hide_input": true }, "outputs": [], "source": [ "from fastai.gen_doc.nbdoc import *\n", "from fastai.callbacks.mem import * " ] }, { "cell_type": "code", "execution_count": null, "metadata": { "hide_input": true }, "outputs": [ { "data": { "text/markdown": [ "
class
PeakMemMetric
[source]PeakMemMetric
(**`learn`**:[`Learner`](/basic_train.html#Learner)) :: [`LearnerCallback`](/basic_train.html#LearnerCallback)\n",
"\n",
"Callback that measures used and peaked general and GPU memory. "
],
"text/plain": [
"