-
Notifications
You must be signed in to change notification settings - Fork 679
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
_linear() got an unexpected keyword argument 'bias_start' #93
Comments
I meet the same problem when I try to use tensorflow==1.3.0. The problem is saved when I change it to the version guided. |
Unfortunately, this repo only supports tf 0.11 which had another definition of _linear. |
@aneesh-joshi , maybe you can give my branch Tf1.8 a try, I was able to run it last month. |
Hey @Vimos
It's the same problem I faced while porting. I couldn't find any replacement for the But you were able to run it. Am I missing something? |
@aneesh-joshi , try the tf1.8 branch, not the master branch. |
@Vimos Maybe you could make a PR to the original repo. It will be useful for everybody. |
@aneesh-joshi Glad that it's helping! |
In nn.py: replace You can refer to the code to read the _linear() function. |
Excuse me,
I got a TypeError:_linear() got an unexpected keyword argument 'bias_start'
please help me ~
The text was updated successfully, but these errors were encountered: