Hi, I am trying to follow the tutorial here:
but the following line gives me a bug: Resize(feature_extractor.size)
âSize should be int or sequence. Got <class âdictâ>â
This is because feature_extractor.size is {âheightâ: 224, âwidthâ: 224}. Should this be fixed in the tutorial notebook? I see a similar issue for a different notebook that it says was fixed, but it doesnât seem to have been applied to this one.