You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love everything here and would really like to get it running on my system (perhaps i should just use the docker or go back to an older version of tensorflow / keras.preprocessing). Alas I'm new to this.
I'm just getting errors with importing specific packages that have recently been changed. e.g.
from tensorflow.python.keras.preprocessing.image import apply_transform
from tensorflow.python.keras.preprocessing.image import flip_axis
from keras_maskrcnn.preprocessing.generator import Generator as _MaskRCNNGenerator
I'm trying to make a workaround for them in my clone of deepcell-tf but am new to tf. Perhaps you are already aware of these issues with newer versions of tf / keras? Or some advice on how to get it running.
The text was updated successfully, but these errors were encountered:
Indeed, the new versions of TensorFlow have broken a couple of our import statements. We are working to resolve this, but in the meantime, you can use deepcell via Docker (recommended) or if you stick to tensorflow1.9 and lower, these imports should not be much trouble.
I will leave this Issue open until we have properly integrated with new versions of tensorflow
Love everything here and would really like to get it running on my system (perhaps i should just use the docker or go back to an older version of tensorflow / keras.preprocessing). Alas I'm new to this.
I'm just getting errors with importing specific packages that have recently been changed. e.g.
from tensorflow.python.keras.preprocessing.image import apply_transform
from tensorflow.python.keras.preprocessing.image import flip_axis
from keras_maskrcnn.preprocessing.generator import Generator as _MaskRCNNGenerator
I'm trying to make a workaround for them in my clone of deepcell-tf but am new to tf. Perhaps you are already aware of these issues with newer versions of tf / keras? Or some advice on how to get it running.
The text was updated successfully, but these errors were encountered: