-
Notifications
You must be signed in to change notification settings - Fork 10
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
Can somone provide a working environment.yml for this notebook? #1
Comments
After banging my head against this for several more days, I finally found a combination of things that worked. You can find an I sincerely hope this helps anyone facing similar setup issues. |
Hi @BrainSlugs83 I'm trying to run this on Debian so I'm taking a slightly different approach from yours. Superficially at least, it seems to me the function I just raised a new issue about it. Would you please share how you got that single image inference function working? |
Hey @ahron1, I'm not sure I ran into that issue myself. -- The issue I ran into was that the packages were not well specified anywhere, and I had to get really specific versions of everything (you can check your package versions against the ones in my yml file, and see if the package that provides that function has had a breaking change?) |
RE:
You do not need to install anything! You should be able to run all code from our released colab.
This was not my experience.
I've been at this for about a week now, and the Jupyter colab seems to requires dozens of packages that don't play nicely together, and I am not able to get very far with it due to tensorflow chicken & egg incompatibilties with all of the random packages that are required.
For anyone who sees this -- if this book is working in your environment -- can you just run a quick
conda env export --file environment.yml
and share the file it produces?Thanks!
The text was updated successfully, but these errors were encountered: