You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @uncobruce, I'm using python 3.8.10 on Ubuntu 20.04. I get this error when running python3 src/main.py -v:
line 128, in _get_shape
raise InvalidArgumentsError(
nptyping.error.InvalidArgumentsError: Unexpected argument '(typing.Any, typing.Any, typing.Any)', expecting Shape[<ShapeExpression>] or Literal[<ShapeExpression>] or typing.Any.
Hi @uncobruce, I'm using python 3.8.10 on Ubuntu 20.04. I get this error when running python3 src/main.py -v:
I would greatly appreciate any help. Thanks