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
Could anyone please fix the following error? Thanks a lot.
"/usr/local/lib/python3.7/dist-packages/mesh_transformer/util.py in () 34 35 ---> 36 class ClipByGlobalNormState(OptState): 37 """The clip_by_global_norm transformation is stateless.""" 38
clip_by_global_norm
/usr/lib/python3.7/typing.py in new(cls, *args, **kwds) 308 isinstance(args[1], tuple)): 309 # Close enough. --> 310 raise TypeError(f"Cannot subclass {cls!r}") 311 return super().new(cls) 312
TypeError: Cannot subclass <class 'typing._SpecialForm'>"
The text was updated successfully, but these errors were encountered:
Looking forward to hearing from you. Thanks a lot.
Sorry, something went wrong.
Can you provide your command here? I am trying to reproduce this issue.
No branches or pull requests
Could anyone please fix the following error? Thanks a lot.
"/usr/local/lib/python3.7/dist-packages/mesh_transformer/util.py in ()
34
35
---> 36 class ClipByGlobalNormState(OptState):
37 """The
clip_by_global_norm
transformation is stateless."""38
/usr/lib/python3.7/typing.py in new(cls, *args, **kwds)
308 isinstance(args[1], tuple)):
309 # Close enough.
--> 310 raise TypeError(f"Cannot subclass {cls!r}")
311 return super().new(cls)
312
TypeError: Cannot subclass <class 'typing._SpecialForm'>"
The text was updated successfully, but these errors were encountered: