DeepStack icon indicating copy to clipboard operation
DeepStack copied to clipboard

Fixing ImportError

Open chiranjeevbitm opened this issue 2 years ago • 1 comments

/opt/conda/lib/python3.7/site-packages/deepstack/ensemble.py in 11 import glob 12 from deepstack.base import Member ---> 13 from keras.utils import to_categorical 14 15

ImportError: cannot import name 'to_categorical' from 'keras.utils' (/opt/conda/lib/python3.7/site-packages/keras/utils/init.py)

chiranjeevbitm avatar Oct 06 '22 14:10 chiranjeevbitm