#!/usr/bin/env python # coding: utf-8 # ## Environment Checker Utils # Utilities for collecting/checking `fastai` user environment # In[1]: from fastai.utils import * # In[2]: from fastai.gen_doc.nbdoc import * from fastai.utils import * # In[3]: show_doc(show_install) # without nvidia-smi printout: # # `python -m fastai.utils.show_install` # # with nvidia-smi printout: # # `python -m fastai.utils.show_install 1` # [`show_install`](/utils.collect_env.html#show_install) # In[4]: show_doc(check_perf) # `python -m fastai.utils.check_perf` # [`check_perf`](/utils.collect_env.html#check_perf) # ## Undocumented Methods - Methods moved below this line will intentionally be hidden