#python #tensorflow #keras
Вопрос:
Код:
import tensorflow as tf import time mnist = tf.keras.datasets.mnist
Ошибка:
Exception has occurred: AlreadyExistsError Another metric with the same name already exists. File "/Users/sean/Documents/GitHub/VIQ-Intern-Projects/test.py", line 4, in lt;modulegt; mnist = tf.keras.datasets.mnist
Я попытался удалить keras. Затем происходит еще одна ошибка. Кераса не нашли.