AttributeError: 'NoneType' object has no attribute 'update'

Hello, I am a new comer in fastai; When using learn.lr_find(); it reports:
AttributeError: ‘NoneType’ object has no attribute 'update’
This is code; I suppose, DataLoaders has been past successfully by checking src.show_batch().

This is AttributeError:



I have check it online, saying it is due to version; however, I am using fastai == 2.5.3
Dependency packages:
fastbook==0.0.18
torch ==1.10.0+cu113 torchvision==0.11.1+cu113
Pillow==8.2.0