Troubleshooting | fastai
fastai1.fast.ai › troubleshootJan 05, 2021 · One solution to this problem is to ask conda to install a specific version of the package (e.g. fastai 1.0.29 ): conda install -c fastai fastai==1.0.29 It will usually then tell you if it needs to downgrade/upgrade/remove some other packages, that prevent it from installing normally.
Welcome to fastai | fastai
https://docs.fast.ai21.03.2022 · Before submitting a PR, check that the local library and notebooks match. The script nbdev_diff_nbs can let you know if there is a difference between the local library and the notebooks. If you made a change to the notebooks in one of the exported cells, you can export it to the library with nbdev_build_lib or make fastai.
Making neural nets uncool again - Fast.ai
https://www.fast.aiThere's no such thing as not a math person 15 Mar 2022 Rachel Thomas. On the surface, I may seem into math: I have a math PhD, taught a graduate computational linear algebra course, co-founded AI research lab fast.ai, and even go by the twitter handle @math_rachel.. Yet many of my experiences of academic math culture have been toxic, sexist, and deeply alienating.
Working with GPU | fastai
https://docs.fast.ai/dev/gpu.html21.03.2022 · Watch the processes using GPU (s) and the current state of your GPU (s): watch -n 1 nvidia-smi. Watch the usage stats as their change: nvidia-smi --query-gpu=timestamp,pstate,temperature.gpu,utilization.gpu,utilization.memory,memory.total,memory.free,memory.used --format=csv -l 1. This way is useful as you can see the trace of changes, rather ...