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
I just wanted to play around with the GermEval 2014 experiment. Here are two issues that I found with the current configuration - I'm using latest master branch for experiments:
JSON configuration
After loading the JSON configuration, the following message is shown:
ERROR - farm.file_utils - Config is too deeply nested, at {'value': None, 'default': {'name': 'LinearWarmup', 'warmup_proportion': 0.4}, 'desc': 'opts for lr schedule'}
Development data is missing
I think the development data is currently not located in the downloaded archive:
FileNotFoundError: [Errno 2] No such file or directory: 'data/germeval14/dev.txt'
I quickly checked the archive specified in the dataloader and dev.txt is missing, training and test files are ok.
Thanks,
Stefan
The text was updated successfully, but these errors were encountered:
Hi,
I just wanted to play around with the GermEval 2014 experiment. Here are two issues that I found with the current configuration - I'm using latest master branch for experiments:
JSON configuration
After loading the JSON configuration, the following message is shown:
Development data is missing
I think the development data is currently not located in the downloaded archive:
FileNotFoundError: [Errno 2] No such file or directory: 'data/germeval14/dev.txt'
I quickly checked the archive specified in the dataloader and
dev.txt
is missing, training and test files are ok.Thanks,
Stefan
The text was updated successfully, but these errors were encountered: