Code Monkey home page Code Monkey logo

cnnvis-pytorch's People

Contributors

zym1010 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cnnvis-pytorch's Issues

https://github.com/leelabcnbc/cnnvis-pytorch

code:

so, forward one time, and backward multiple times.

vis_param_dict['layer'] = 'classifier.6'
vis_param_dict['method'] = util.GradType.NAIVE

which one coresponds

this is the max one. I assume it's the correct one.

indeed, it's correct.

55 is n01729977, corresponding to "green snake, grass snake".

vis_param_dict['index'] = 55

alexnet gives 64, which is n01749939, or green mamba. not sure which one is correct.

loss.backward(retain_variables=True)
error:

TypeError Traceback (most recent call last)
in ()
8 vis_param_dict['index'] = 55
9 # alexnet gives 64, which is n01749939, or green mamba. not sure which one is correct.
---> 10 loss.backward(retain_variables=True)

TypeError: backward() got an unexpected keyword argument 'retain_variables'

Some question about use in Py3.5

The repo is awesome and useful, but when I try to use it in my own project wrote in py3.5, which get some errors like below:

----> 3 from enum import Enum, auto
      4 from functools import partial
      5 

ImportError: cannot import name 'auto'

The auto is unique in py3.6 and don't contain in py3.5, how can I change the code to let it work?

Looking for your help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.