Closed soodoshll closed 2 years ago
I downgraded nltk
to 3.6.2 and the first problem is solved.
Hi!
The second problem is a consequence of the first one: this (definitely obscure) error message is shown when the script can't find the ./data directory, which is the output of ./tokenize_wikitext103.py script. Running this script again should help.
The seemingly unrelated error requests.exceptions.HTTPError
is shown
because the script looks for the tokenizer with the provided name online if
it fails to find it locally.
Note: If you are verifying the plots/numbers reported in the paper, you're correct to use this repository. In contrast, if your goal is to try out collaborative training (or set up your own experiment), consider using a newer version of the hivemind library with a newer version of the ALBERT example from https://github.com/learning-at-home/hivemind repository. It has many substantial improvements, including this obscure error message fixed.
On Sun, Dec 26, 2021, 04:27 Qidong Su @.***> wrote:
I downgraded nltk to 3.6.2 and the first problem is solved.
— Reply to this email directly, view it on GitHub https://github.com/yandex-research/DeDLOC/issues/4#issuecomment-1001091330, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCX7DYXRFDVVWQDTY5T2TTUSZVOJANCNFSM5KYKU4EA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thanks, Alexander. That solves the problem.
Hi! Thank you for this amazing project! I'm trying to reproduce the experiment result in the paper but encountered some questions:
I'm using python3.9 and following the instructions in the readme file.
1. Data pre-processing
When I tried to run the command
python tokenize_wikitext103.py
, it shows an error message like:2. the API URL does not exist
When I tried to run the GPU trainer, it shows this error message: