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
Thanks for sharing your code.
I get the next error trying to run the train.py file:
TypeError: custom_kernel_init() got an unexpected keyword argument 'dtype'
Any hint?
Kind regards,
The text was updated successfully, but these errors were encountered:
hey @terry07 in the custom_kernel_init function just add a parameter dtype = np.float. It worked for me.
Sorry, something went wrong.
Still it's giving TypeError: custom_kernel_init() got an unexpected keyword argument 'dtype' after using dtype = np.float.
currently using tensorflow - 2.3.1, it's giving above dtype error.
@subrata-mettle my version of TensorFlow is 2.0.0 and replace the line of the corresponding def with the next:
def custom_kernel_init(shape,dtype):
No branches or pull requests
Thanks for sharing your code.
I get the next error trying to run the train.py file:
TypeError: custom_kernel_init() got an unexpected keyword argument 'dtype'
Any hint?
Kind regards,
The text was updated successfully, but these errors were encountered: