Fix bug in dataset reader. (#6871)
The ".mat" files loaded in the dataset are byte files. Python 3.7 requires them to be loaded using "rb".
Showing
Please register or sign in to comment
The ".mat" files loaded in the dataset are byte files. Python 3.7 requires them to be loaded using "rb".