Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image_generators.py not comminicating with notebooks #102

Closed
djproc opened this issue Oct 23, 2018 · 2 comments · Fixed by #131
Closed

image_generators.py not comminicating with notebooks #102

djproc opened this issue Oct 23, 2018 · 2 comments · Fixed by #131

Comments

@djproc
Copy link

djproc commented Oct 23, 2018

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.

@willgraf
Copy link
Contributor

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

@willgraf willgraf assigned willgraf and unassigned willgraf Oct 23, 2018
@djproc
Copy link
Author

djproc commented Oct 23, 2018

Thanks so much! I will figure out docker for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants