On Python 3.6, the breakpoint() function is not supported and you need to use ray.util.pdb.set_trace() instead. Take the following example: import ray @ ...
確定! 回上一頁