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

A reminder: Do not activate tensorflow in the terminal, just run "python pspnet.py ......" #27

Closed
cardwing opened this issue Nov 26, 2017 · 0 comments

Comments

@cardwing
Copy link

Just following the above instructions provided by the author, the code should work. If you met problems like "TypeError: pool_2d() got an unexpected keyword argument 'ws' "(theano version should be 0.9), "AttributeError: 'module' object has no attribute '_set_session' ", "ValueError: epsilon must be at least 1e-5, got 9.99999974738e-06", a potential reason is that you may activate tensorflow in the terminal before run the pspnet.py. DO NOT activate tensorflow. Just run ''python pspnet.py -m pspnet101_cityscapes -i example_images/cityscapes.png -o example_results/cityscapes.jpg''. It should work.

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

No branches or pull requests

1 participant