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 have run into the following error message when running the code on the FED dataset.
The code continues to execute despite the logged error message and I can't seem to find the root cause.
It would be great if you could help me find answers to the following questions:
What could be the cause of the error message?
Does the error have any impact on the model's performance? (In other words, can it be ignored?)
The issue was likely due to improper management of asynchronous resources, specifically the asynchronous client not being closed properly, which attempted operations on a closed event loop.
Solution: Implement the use of the async with statement to manage the lifecycle of the AsyncOpenAI client.
Hi,
Thank you for this great repository.
I have run into the following error message when running the code on the FED dataset.
The code continues to execute despite the logged error message and I can't seem to find the root cause.
It would be great if you could help me find answers to the following questions:
Thank you.
Details:
Command:
Log:
The text was updated successfully, but these errors were encountered: