-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
question/docs ‽Documentation clarification candidateDocumentation clarification candidatesubmodule ⊂Periphery/subclassesPeriphery/subclasses
Milestone
Description
Hello! I am thrilled about the keras integration for tqdm. However, i've updated and I'm having trouble importing tqdm.keras. Has anyone else had issues with this?
import tqdm, sys
print(tqdm.__version__, sys.version, sys.platform)
4.41.1 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] win32
import tqdm.keras
Traceback (most recent call last):
File "<ipython-input-18-4d4d30f13d41>", line 1, in <module>
import tqdm.keras
File "C:\Users\smnlab\Anaconda3\envs\tensorflow\lib\site-packages\tqdm\keras.py", line 4, in <module>
from keras.callbacks import Callback
ModuleNotFoundError: No module named 'keras'
Metadata
Metadata
Assignees
Labels
question/docs ‽Documentation clarification candidateDocumentation clarification candidatesubmodule ⊂Periphery/subclassesPeriphery/subclasses