{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Modify Display Utils" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Utilities for collecting/checking [`fastai`](/fastai.html#fastai) user environment" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "from fastai.utils.mod_display import *" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "hide_input": true }, "outputs": [], "source": [ "from fastai.gen_doc.nbdoc import *\n", "from fastai.utils.collect_env import * " ] }, { "cell_type": "code", "execution_count": null, "metadata": { "hide_input": true }, "outputs": [ { "data": { "text/markdown": [ "
class
progress_disabled_ctx
[source][test]progress_disabled_ctx
(**`learn`**:[`Learner`](/basic_train.html#Learner))\n",
"\n",
"epoch | \n", "train_loss | \n", "valid_loss | \n", "accuracy | \n", "time | \n", "
---|---|---|---|---|
0 | \n", "0.146324 | \n", "0.082466 | \n", "0.971541 | \n", "00:04 | \n", "
class
progress_disabled_ctx
[source][test]progress_disabled_ctx
(**`learn`**:[`Learner`](/basic_train.html#Learner))\n",
"\n",
"