Top "Fast-ai" questions

Fastai is a deep learning library for Python.

How to use AMD GPU for fastai/pytorch?

I'm using a laptop which has Intel Corporation HD Graphics 5500 (rev 09), and AMD Radeon r5 m255 graphics card. Does anyone …

pytorch gpu amd fast-ai
ModuleNotFoundError: No module named 'fastai'

I'm trying to run the jupyter notebooks of fastai's v3 course. My system has ubuntu 16.04 . Here's what I've done: Installed …

python jupyter-notebook anaconda fast-ai
TypeError: add(): argument 'other' (position 1) must be Tensor, not numpy.ndarray

I am testing a ResNet-34 trained_model using Pytorch and fastai on a linux system with the latest anaconda3. To …

machine-learning pytorch kaggle resnet fast-ai
How to display <IPython.core.display.HTML object>?

I try to run the below codes but I have a problem in showing the results. also, I use pycharm …

python pycharm fast-ai