notebooks
notebooks copied to clipboard
Error in notebooks/examples/video_classification.ipynb
trafficstars
Hi, When I run this notebook "video_classification.ipynb" I have an error in this cell

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