Nav

Results 9 comments of Nav

is this feature desirable for this method ? Do check it out.

the mask is dumped in the top directory as mask.npy. Its a numpy array.

The problem seems to be the API of swagger package has changed. This worked for me: ``` pip install --upgrade git+https://github.com/guokr/swagger-py-codegen/#egg=swagger-py-codegen ```

The upload file is the example used here: https://github.com/baidu/Curve. ============================================================= ` ./control.sh start; tail -f api/log/*.log` ============================================================= Results in local Curve version: 2321498d180f3918bd6cf545371b4a470f23288c start Curve... [uWSGI] getting INI configuration from...

@minorcong I appreciate if you can tell me how to invoke the code in pdb. I am new to flask/ node.js. Just discovered that uwsgi frameworks map stderr/stdout to null....

@minorcong. I downgraded to python2.7 & the issue is fixed now. Please correct the information in your README.md. ``` Dependency: Python 2.7.3+/3.1.2+, if python is not owned by current user,...

Hello @MisaOgura - Do check out and comment on this PR. It adds the ability to load and visualize guided backprop output on any network in the pytorch zoo.

Hi @MisaOgura , I did both steps 1 & 2 you mention above i.e. >1. Remove examples/visualize_saliency_with_backprop.py from the PR >2. Pull the latest changes from the master, merge to...

New PR with these changes is here # 0ac2056