Progress Bar at Almost 0% But Model is Trained, Missing steps? #1233
Unanswered
danielsiryakov
asked this question in
Q&A
Replies: 2 comments
-
This is linked to issue #1302. I encountered the same problem, and looked at it in a bit more details, and it seems to be a tqdm/Notebook issue (as noted by Thilina). The cached file that is created (e.g. cached_train_roberta_128_2_2) does contain the entire dataset. One can test it by downloading the cached file from Google Colab, and doing:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
so is there any solution attempt? I am also having this issue and it is quite annoying unfortunately |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
I am running into a weird issue where the first progress bar after train() is stopping at a very early stage, always at the same number, but then the epoch itself starts. What does this mean? Am i missing some steps here? I suspect it has something to do with the tokenization of the data but no real documents are present on it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions