Fan.Wang
Results
2
issues of
Fan.Wang
# 记录当前epoch的平均loss与accuracy epoch_mean_loss = total_loss / len(train_dataloader) epoch_mean_acc = epoch_correct_num / epoch_total_num 这两个被除数是0
**问题** 运行示例test_playwright.py 报错playwright._impl._errors.Error: It looks like you are using Playwright Sync API inside the asyncio loop.\nPlease use the Async API instead. python环境 conda python 3.10 feapder[render] 1.9.0 **截图**  **代码**...