KeyError:"Configuration file contains the following unrecognized options: ['log']
See original GitHub issueHello!
When I run the 7th command: tune_rst_parser rst_discourse_tb_edus_TRAINING_TRAIN.json rst_discourse_tb_edus_TRAINING_DEV.json rst_parsing_model,
it gives me theKeyError
. Anybody can help me to solve this problem?
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
"unknown key" error with using config file.. · Issue #895 - GitHub
when using the config file, the following options give "unknown key" error : classify_as_big_delete = "1000" user_agent = ""
Read more >Python KeyError Exceptions and How to Handle Them
In this tutorial, you'll learn how to handle Python KeyError exceptions. They are often caused by a bad key lookup in a dictionary,...
Read more >Python ConfigParser KeyError: - Stack Overflow
I changed the config file so as not to reveal too much. So I have now updated the code above like this 'host=conf.get_setting('mainstuff','name') ......
Read more >KeyError: 'CommonPrefixes': Integration with AWS config
I'm getting below exception while trying to integrate aws config with Wazuh. Unknown error: 'CommonPrefixes' Traceback (most recent call last): File ...
Read more >Troubleshooting — saspy 4.4.1 documentation - SAS Software
This is where the configurations definition are. The sample file itself has documentation and so does Installation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It does not throw errors at that position! Is it normal for the training and featuring process to wait for a while? It stopped at
INFO: Hyperparameters: C:0.25 ... warm_start: False
for a long time. It seems that the training process takes quite a long time.It seems that memory distributed to the VM was too small, I have redistributed the memory. I will try it again. THANKS A LOT FOR HELPING ME! : )