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

Variable not found when initializing #7

Open
Chia-Hsuan-Lee opened this issue Dec 30, 2016 · 8 comments
Open

Variable not found when initializing #7

Chia-Hsuan-Lee opened this issue Dec 30, 2016 · 8 comments

Comments

@Chia-Hsuan-Lee
Copy link

First of all, i am excited to see this awesome implementation, your code is easy to read !

ValueError: Variable DMN/Episodic/Layer0/AttnGate/AttrGRU/Gates/Linear1/BatchNorm/DMN/Episodic/Layer0/AttnGate/AttrGRU_1/Gates/Linear1/BatchNorm/cond/DMN/Episodic/Layer0/AttnGate/AttrGRU_1/Gates/Linear1/BatchNorm/moments/normalize/mean/ExponentialMovingAverage/biased does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in VarScope?

I am on python3.5
I have searched the code and there isn't any variable declared with the error-prone "tf.variable()"
All of them are declared with tf.getvariable()
So i am not sure what is the problem here . Maybe you can help me ? Thanks really a lot !
@therne

@Chia-Hsuan-Lee
Copy link
Author

By the way i am running the dmn+ model .

@therne
Copy link
Owner

therne commented Jan 4, 2017

I think it's because of the problem of batch normalization part, because this code was written when the TensorFlow version was 0.9. Can you remove the batch normalization code until the time I update?

@therne
Copy link
Owner

therne commented Jan 4, 2017

I'll fix the problem in days. Sorry! 😢

@mmaaww
Copy link

mmaaww commented Feb 3, 2017

I went into the same problem. Any update on this?

@therne
Copy link
Owner

therne commented Feb 6, 2017

Sorry for late. I've been busy this past few months... I'll start working on this soon. 😢

@mmaaww
Copy link

mmaaww commented Feb 8, 2017

that's fine, I got around this problem as temp solution for now.

@thomasschijf
Copy link

@mmaaww how?

@BillPei
Copy link

BillPei commented Oct 11, 2017

@mmaaww Any update on rhis and how to fix this problem?

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

5 participants