Skip to content Skip to sidebar Skip to footer

Training SyntaxNet From Parser_trainer_test.sh (ImportError: Cannot Import Name Tf_logging)

I am new to python and SyntaxNet and I am trying to train SyntaxNet from SyntaxNet Tutorial. To trained the model I updated parser_trainer_test.sh based on The Tutorial. and ran i

Solution 1:

I suspect the problem is that you are trying to run the script directly, and it expects to be invoked by Bazel (so that the environment, paths, etc. are set up appropriately). Try the following command instead:

$ bazel test //syntaxnet:parser_trainer_test

Post a Comment for "Training SyntaxNet From Parser_trainer_test.sh (ImportError: Cannot Import Name Tf_logging)"