-
Notifications
You must be signed in to change notification settings - Fork 863
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
AttributeError: 'NoneType' object has no attribute 'log_metric' #639
Comments
I have found the solution to this problem in one transformers issue |
Thanks for the reporting, seems that it's caused by the new introduced feature. Let me reopen this issue for tracking. |
The error still persists! The commit didn't fix it. |
same problem |
@cdhx I found the error for my code - as I was using Jupyter notebook, I didn't realize I closed the writer and then tried to write again in another cell. |
@cdhx @CyanideBoy Hi, which version are you using? |
I used |
I encountered a similar problem: 'NoneType' object has no attribute 'log_metrics'. |
@mwck46 Can you provide a code snippet to reproduce the error with |
@lanpa hope this help
My conda env env.txt |
@mwck46 According to your |
Hi everyone |
@DrraBL Can you try whether pip install |
* prepare for release * add test case to reproduce #639 * fix description
I have no idea about the following error, looking forward to someone's help, thank you! ~~
The text was updated successfully, but these errors were encountered: