-
Notifications
You must be signed in to change notification settings - Fork 133
Fixing: 'This module is deprecated' #11
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
base: master
Are you sure you want to change the base?
Conversation
|
@atles The rnn_cell, rnn, etc. can now be imported correctly with your fix, but I'm getting an error in the code about the |
|
Hi @xslittlegrass, I have submit the first version with an error. I have put this in the code: But must be this: Check if this is the problem. |
|
@atles I pulled directly from your repo at https://github.com/Atles/AI_Composer. In that repo, the line you mentioned is If I add the |
|
@xslittlegrass Sorry, the correct one is: I don't know how to solve your problem =/ The problem is in this function: but, |
|
@atles That's strange. What version of tensorflow are you using? |
|
@xslittlegrass I'm using tensorflow 0.10.0. |
|
@atles That's strange. I'm using version 0.11 and get the error. I'm seeing that Do you have any ideas? |
|
@xslittlegrass well, i don't know if this is releted with the problem, but using my version of tensor flow, I get a warning.
Maybe in your version of tensorflow this become a problem. |
|
@atles hello , i have another problem
do you know how to fix these , and thx for this fix my tensorflow is 1.0.1 |
|
@DerekQQQ What version of tensorflow are you using? |
|
@atles after i change tensorflow to r10 it is all fixed but i used 3.5 hr to train the model , is it right?! THX |
Hello Siraj,
I fixed the model.py for the 0.10.0 version of tensorflow.