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

run error #6

Closed
Speng-bjtu opened this issue Apr 16, 2021 · 1 comment
Closed

run error #6

Speng-bjtu opened this issue Apr 16, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Speng-bjtu
Copy link

hello, I want to run your code,but when i scanner" ./script.sh $0'',there is not any reaction,I fellow your instructions before ,I do not kown why?

(active_learn) root@interactive49465:/opt/data/private/ps/workspace/MI-AOD# ./script.sh $0
(active_learn) root@interactive49465:/opt/data/private/ps/workspace/MI-AOD#

@yuantn
Copy link
Owner

yuantn commented Apr 16, 2021

When you run the bash file "script.sh", the code is executed in the background. You can view the output log by running this command in the root directory:

vim log_nohup/nohup_0.log

Or, if you want to directly output the running log in the foreground, you can run the following command in the code root directory:

tools/dist_train.sh configs/MIAOD.py 1

Before each run, please modify the PORT in Line 5 of tools/dist_train.sh to a five-digit port number, which is different from the last run.

@yuantn yuantn added the good first issue Good for newcomers label Apr 20, 2021
@yuantn yuantn closed this as completed May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants