We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Google Colab
When I tried to do : "%cd "/content/anago" model.fit(x_train, y_train, epochs=15)" this error accured: /content/anago/anago/layers.py in build(self, input_shape) 180 initializer=self.kernel_initializer, 181 regularizer=self.kernel_regularizer, --> 182 constraint=self.kernel_constraint) 183 self.chain_kernel = self.add_weight((self.units, self.units), 184 name='chain_kernel',
TypeError: add_weight() got multiple values for argument 'name'
I tried to follow the instructions given in the github repository of anago. Any help how to run this repository properly would be appreciated. Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information
Google Colab
Describe the problem
When I tried to do :
"%cd "/content/anago"
model.fit(x_train, y_train, epochs=15)"
this error accured:
/content/anago/anago/layers.py in build(self, input_shape)
180 initializer=self.kernel_initializer,
181 regularizer=self.kernel_regularizer,
--> 182 constraint=self.kernel_constraint)
183 self.chain_kernel = self.add_weight((self.units, self.units),
184 name='chain_kernel',
TypeError: add_weight() got multiple values for argument 'name'
Source code / logs
I tried to follow the instructions given in the github repository of anago.
Any help how to run this repository properly would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: