-
Notifications
You must be signed in to change notification settings - Fork 6
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
There is something wrong with your code when I execute test_relation_full.sh. #14
Comments
Dear Zhang,
我最近比较忙,才看到邮箱,如果你想知道work_dir是如何定义的,你必须找到test_relation_full.sh中的配置.py的文件
”# sh scripts/test/test_relation_full.sh
PARTITION=priority
JOB_NAME=psg
PORT=${PORT:-$((29500 + $RANDOM % 29))}
GPUS_PER_NODE=${GPUS_PER_NODE:-1}
CPUS_PER_TASK=${CPUS_PER_TASK:-5}
PYTHONPATH="/mnt/lustre/jkyang/CVPR23/openpvsg":$PYTHONPATH \
srun -p ${PARTITION} \
--job-name=${JOB_NAME} \
--gres=gpu:${GPUS_PER_NODE} \
--ntasks-per-node=${GPUS_PER_NODE} \
--cpus-per-task=${CPUS_PER_TASK} \
--kill-on-bad-exit=1 \
python tools/rel_test_full.py --launcher="slurm" ${PY_ARGS}“ 正如这段代码所示它的配置文件为” tools/rel_test_full.py“找到这个rel_test_full.py中的args就可以知道配置文件的定义了。
Best Wishes,
Xiaoyi Han
在 2024-10-10 19:42:41,"Zhen Pang" ***@***.***> 写道:
你好,请问这里的work_dir参数是如何定义的呢
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thank you very much,I have solved it. |
Hello Dr. Yang
Your original code test_relation_full.sh
The code is incorrect, because your tools/rel_test_full.py doesn't even have an argument for args.launcher. And This is an error message.
your original code tools/rel_test_full.py
So, when we execute test_relation_full.sh, we should delete this argument
--launcher="slurm"
I wrote this issue to tell anyone who executes this code to be aware of this bug.
Sincerely,
XY.Han
The text was updated successfully, but these errors were encountered: