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

error in tf2.1 #59

Open
nichongjia-2007 opened this issue Jan 17, 2020 · 4 comments
Open

error in tf2.1 #59

nichongjia-2007 opened this issue Jan 17, 2020 · 4 comments

Comments

@nichongjia-2007
Copy link

in tensorflow_binding/warprnnt_tensorflow/init.py, there is a line @ops.RegisterShape("WarpRNNT")

when using tf 2.1.0, there is an error

'tensorflow.python.framework.ops' has no attribute 'RegisterShape'

@abhigoyal2210
Copy link

I got the same error with tf2.1

@HawkAaron
Copy link
Owner

Try to remove python 'RegisterShape', then add a SetShapeFn after warprnnt_op.cc:13.

@bhaswa
Copy link

bhaswa commented Jul 10, 2020

Hi,
I am getting the same issue. Did this work? Can anyone explain what changes are need to be done?

@joaoalvarenga
Copy link

Hello bhaswa!
I was having the same issue and i found this solution:
noahchalifour@45a4a10

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