Nathan Salberg
Nathan Salberg
In the current implementation, labels are not provided for test split. The [FER2013 ](https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge)dataset provides labels for both training and testing in the icml_face_data.csv file. This pull request reads the...
### 🐛 Describe the bug ```python from torchvision.io import VideoReader reader = VideoReader("never.mp4", "video") metadata = reader.get_metadata() ``` With the previous code this error occurs: ``` File "/home/name/dev/reader_test/main.py", line 6,...