AttributeError: module 'torch.nn.init' has no attribute 'kaiming_normal_'

I also had this problem and was able to resolve it by running the following commands in the fastai directory.

conda install -c anaconda mkl
conda install -c pytorch pytorch torchvision

1 Like