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

Accessing values at internal nodes and carry over of value matrix values #1

Open
ritwickchaudhry opened this issue Jul 7, 2017 · 3 comments

Comments

@ritwickchaudhry
Copy link

I really liked the DKVMN model and wished to extend it further. I have read the code in detail and had some doubts:

  1. Does the value matrix re-initialize every batch or are the values carried over?
  2. Can the values at an internal node (Let's say the last fully connected layer) be
    I would be really grateful if you could help me in answering this
@jennyzhang0215
Copy link
Owner

  1. Yes, the value matrix needs to re-initialize every batch.
  2. I'm sorry I don't quite understand your question.

@ritwickchaudhry
Copy link
Author

ritwickchaudhry commented Jul 13, 2017

I am sorry I didn't complete the question. I wanted to ask if we can access the values of the internal variables in the network at training / testing time. For example the values in the 'memory_value" i.e it the value matrix in memory.py

Variable in code

I can access the values of the params that are saved/loaded by save_checkpoint but not other internal values

@sxjscience
Copy link

@ritwickchaudhry You may refer to the discussion here. apache/mxnet#4805

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

3 participants