dlpython_course icon indicating copy to clipboard operation
dlpython_course copied to clipboard

Примеры для курса "Программирование глубоких нейронных сетей на Python"

Results 3 dlpython_course issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 Y_train = utils.to_categorical(y_train, 10) 2 Y_test = utils.to_categorical(y_test, 10) AttributeError: module 'tensorflow.python.keras.utils' has no attribute 'to_categorical'

- Нету файла `requirements.txt` - Битые ссылки на инструкции по установке

Can you tell me how can i check my comments for imdb_lstm.py ? I can't understand