在部分Wi-Fi下出现bad request
);
WebRequest.timeout = 100;
yield return WebRequest.SendWebRequest();
然后发现,WebRequest.error 返回错误bad request
但是在家里的Wi-Fi可以正常运行...
notebook项目运行时间过长
aistudio高级版gpu16G环境,同样的2.02版本,一个notebook项目用时25ms/step,另一个用时142ms/step...
飞桨2.1.1 release note
/release_note_cn.html
或者
https://github.com/PaddlePaddle/Paddle/releases/tag...
notebook后台任务删除文件失败
notebook后台任务删除文件失败,使用python的os.remove,linux的m -rf命令在notebook中运行都可以删除,但在后台任务中显示删除,导出结果时文件仍然存在...