Closed sudoandros closed 6 years ago
I just checked the code in the training_tutorial.ipynb notebook. And it also does not work with similar exception. Only change I did is changing DATA_DIR variable to 'data/es'. Exception is ValueError: Op type not registered 'LexiconBuilder' in binary running on andrei-K501LB. Make sure the Op and Kernel are registered in the binary running in this process. while building NodeDef 'LexiconBuilder'
Traceback: ValueError Traceback (most recent call last)
I have built syntaxnet and dragnn from source using instructions from manual installation section. Exactly the same behavior. I don't have any idea what else can I do to avoid this problem.
Did you find a solution to this problem or just give up? I'm also running into this problem while trying to set-up wrapper scripts for the original syntaxnet (as per https://github.com/spoddutur/syntaxnet or https://github.com/IINemo/syntaxnet_api_server) and from my research it might be a problem between the syntaxnet version used to compile the graph and the one used to execute it? That this FeatureSize operation is no longer registered as it was only used in a (now) antiquated version?
@paulhager I'm not sure what happened but I've just deleted everything and did a clean binary install. As far as I remember problems could have been caused by conflict between syntaxnet built from source and syntaxnet installed from binary. Try to check that you have only one version of syntaxnet on your computer
System information
Describe the problem
Python throws an exception ValueError: Op type not registered 'FeatureSize' in binary running on andrei-K501LB (name of my computer). Make sure the Op and Kernel are registered in the binary running in this process. while building NodeDef 'FeatureSize' Hence, it is impossible to use trained syntaxnet model to analyze text. I haven't find any mentions of such an error occuring in syntaxnet nor at the syntaxnet documentation/tutorial, neither at the stackoverflow. What could go wrong?
Source code / logs
ValueError Traceback (most recent call last)