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

Dependency Parser Issue #15

Open
KadirYigitUS opened this issue Oct 24, 2024 · 0 comments
Open

Dependency Parser Issue #15

KadirYigitUS opened this issue Oct 24, 2024 · 0 comments

Comments

@KadirYigitUS
Copy link

Tried on Colab
!pip install vngrs-nlp
from vnlp import DependencyParser
dependency_parser = DependencyParser()

ValueError Traceback (most recent call last)
in <cell line: 1>()
----> 1 dependency_parser = DependencyParser()
2 # dependency_parser = DependencyParser(model = 'SPUContextDP', evaluate = True)

4 frames
/usr/local/lib/python3.10/dist-packages/keras/src/backend/common/variables.py in standardize_shape(shape)
528 raise ValueError("Undefined shapes are not supported.")
529 if not hasattr(shape, "iter"):
--> 530 raise ValueError(f"Cannot convert '{shape}' to a shape.")
531 if config.backend() == "tensorflow":
532 if isinstance(shape, tf.TensorShape):

ValueError: Cannot convert '8' to a shape.

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

1 participant