Git Product home page Git Product logo

pyconkorea2019-tutorials's People

Contributors

heechan95 avatar kirarenctaon avatar seongmanheo avatar sunggukcha 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

Watchers

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

pyconkorea2019-tutorials's Issues

idx = np.hstack((np.arange(0,d), np.arange(2*d,4*d))).astype(int) 부분이 잘못된것 같습니다.

lrp.run에서

idx = np.hstack((np.arange(0,d), np.arange(2d,4d))).astype(int) # indices of gates i,f,o together
idx_i, idx_f, idx_c, idx_o = np.arange(0,d), np.arange(d,2d), np.arange(2d,3d), np.arange(3d,4*d) # indices of gates i,g,f,o separately

부분의 idx에 i,f,o의 인덱스만 저장하는 것 같은데 그럼
np.hstack((np.arange(0,2d), np.arange(3d,4*d))).astype(int)
로 수정 해야할 것 같습니다.

그래야 c의 인덱스인 2d 부터 3d 가 제외됩니다.

Exception: No softmax found.

Have you had this problem?

When I tried to run this code

model = vgg16.VGG16()
model = innvestigate.utils.model_wo_softmax(model),

I met following error:
Exception: No softmax found.

I changed to this

model = innvestigate.utils.keras.graph.model_wo_softmax(model),

It doesn't account.

Thanks.

lrp = LRP4LSTM(model) 에 대한 오류

오류코드
UnboundLocalError: local variable 'kernel_0' referenced before assignment 가 발생하였습니다.
19
20
--> 21 print("kernel_0", kernel_0.shape)
22 print("recurrent_kernel_0", recurrent_kernel_0.shape)
23 print("bias_0", bias_0.shape)

여러 구글링을 하면서 할당 문제인가 해서 global을 붙여보았으나 또 다른 이슈가 발생합니다.

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.