Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行多卡训练出现No module named 'petrel_client' #67

Open
yeyanli opened this issue Jul 18, 2023 · 0 comments
Open

运行多卡训练出现No module named 'petrel_client' #67

yeyanli opened this issue Jul 18, 2023 · 0 comments

Comments

@yeyanli
Copy link

yeyanli commented Jul 18, 2023

在编译./easy_setup.sh的时候出现很多warning:
(1)cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
(2)warning: ‘T* at::Tensor::data() const [with T = long int]’ is deprecated: Tensor.data() is deprecated. Please use
Tensor.data_ptr() instead. [-Wdeprecated-declarations
(3)nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may
be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning)
然后运行多卡命令:
python -m up train --fork-method spawn --config configs/det/efl/efl_improved_baseline_r50_2x_rfs.yaml --nm 1 --ng [8 --launch pytorch 2>&1 | tee log.train

报错:
No module named 'petrel_client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant