Skip to content
Snippets Groups Projects
Commit 7b83d2ca authored by Xuan Gu's avatar Xuan Gu
Browse files

Update file benchmark.txt

parent 388c7167
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,17 @@ Traceback (most recent call last):
trainer.current_epoch = 1
AttributeError: can't set attribute
Solution: pip install torchmetrics==0.6.0, works.
Solution: pip install torchmetrics==0.6.0, another error raised:
File "main.py", line 34, in <module>
set_affinity(int(os.getenv("LOCAL_RANK", "0")), args.gpus, mode=args.affinity)
File "/workspace/nnunet_pyt/utils/gpu_affinity.py", line 376, in set_affinity
set_socket_unique_affinity(gpu_id, nproc_per_node, cores, "contiguous", balanced)
File "/workspace/nnunet_pyt/utils/gpu_affinity.py", line 263, in set_socket_unique_affinity
os.sched_setaffinity(0, ungrouped_affinities[gpu_id])
OSError: [Errno 22] Invalid argument
Solution: commenting the L32-33 in the main.py
# Muiti-node is not supported in 21.11.0 yet but only in the most recent code on GitHub.
Solution: commenting the L32-33 in the main.py
# 2023-09-28: Not working on the devel reservation
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment