1. 直接运行会报错`ModuleNotFoundError: No module named 'easytorch'`。由于非vscode环境下,不会将项目根目录加入path,需要手动加入。 2. get_rank方法已经不在easytorch模块中,需要从easytorch.utils里引用