-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Как открыть cifar на 3м питоне? #41
Comments
поменяй на datadict = pickle.load(f,encoding = 'latin1') |
Спасибо за ответ, но похоже дело не в этом.
Результат, немного другой, но все равно неудовлетварительный:
Теперь сраываетсяне на 6м символе, а на 0м =)))
|
На 3м питоне функция load_CIFAR_batch
выдает ошибку 'ascii' codec can't decode byte 0x8b in position 6: ordinal not in range(128)
Что делать?
The text was updated successfully, but these errors were encountered: