notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Error in notebooks/examples/video_classification.ipynb

Open sruap1214 opened this issue 2 years ago • 0 comments
trafficstars

Hi, When I run this notebook "video_classification.ipynb" I have an error in this cell

image

The error is with the RandomCrop function. This function receives a (wxh) but the argument resize_to is a dictionary. I used instead feature_extractor.crop_size to solve the problem.

I dont know if that is correct

sruap1214 avatar Jan 24 '23 16:01 sruap1214