Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在我的作业中创建自定义结果文件,并希望将它们从工作节点同步到头节点(稍后将它们同步到我的本地计算机)。我试图将它们全部写入local_direg~./ray_results但不幸的是,ray tune 似乎只同步local_dir. 它是否正确?
local_dir
~./ray_results
是的; 尝试将它们写入self.logdir每个可训练对象。
self.logdir