-
Notifications
You must be signed in to change notification settings - Fork 27.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training Evaluation Display on VSCode #22694
Comments
We had specifically excluded VSCode in the past as the widgets were not properly working there. Could you try to install from source and see if commenting out those two lines result in a nice training? |
What do you mean by install from source? |
You can filter the log level of printed informations with |
I have also encountered this problem, and for procedural reasons, I cannot install from source. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
I am having the exact same issues as @lainisourgod |
I've just started having this issue - in vscode enviroment. It was working fine, and then suddenly stopped working and started printing out raw dict again. It may have started after I silenced some warnings using
|
I am also having the exact same issue as @lainisourgod, it looks terrible |
cc @muellerzr |
Gentle ping @muellerzr |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
same problem also. |
Reopening since this seems to still be happening! If anyone in the community wants to try debugging it, the relevant class is |
System Info
Who can help?
Not sure. Please let me know if it is a VSCode issue
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
https://github.com/huggingface/notebooks/blob/main/examples/text_classification.ipynb
Run the notebook (I commented out the parts pushing to hub)
Expected behavior
The table of metrics during evaluation phase in training fail to show up as html object in VSCode. There seems to be no similar issue on colab or AWS
Currently, the output looks like this (repeated by the number of times evaluation is run during training)
The text was updated successfully, but these errors were encountered: