-
Notifications
You must be signed in to change notification settings - Fork 121
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
Custom Model #46
Comments
Hi, I am trying to visualize the output of a Unet and have provided the config.py and model.py. I also have the Unet model as a dump but I keep getting the following errors: |
After installation (pip install on Mac OS, python 3.6) and run flask: This should be an ImportError according to https://stackoverflow.com/questions/41913345/flask-error-the-file-path-provided-does-not-appear-to-exist-although-the-file After check the console script, I didn't find the picasso.commands:main. |
Description
How do we visualize custom models created by keras tensorflow?
What I Did
The text was updated successfully, but these errors were encountered: