Open CharlesYTJ opened 1 year ago
I have resolved the issue, and the project is excellent, but the environment is too challenging to configure for me.
I have resolved the issue, and the project is excellent, but the environment is too challenging to configure for me.
Hi! How did you solve it?
I have resolved the issue, and the project is excellent, but the environment is too challenging to configure for me.
Can you share how it was resolved? Indeed this environment is a pain in the ass to run. I will acknowledge you in the appropriate place.
When I run sh test_LOL_real.sh, the following error occurs. How can I solve it?
(myconda) root@ZWnB9b:/mnt/SMG-LLIE-main# sh test_LOL_real.sh /root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/distributed/launch.py:178: FutureWarning: The module torch.distributed.launch is deprecated and will be removed in future. Use torchrun. Note that --use_env is set by default in torchrun. If your script expects
--local_rank
argument to be set, please change it to read fromos.environ['LOCAL_RANK']
instead. See https://pytorch.org/docs/stable/distributed.html#launch-utility for further instructionswarnings.warn( Traceback (most recent call last): File "scripts/test_LOL_real_image.py", line 19, in
from training.coach_LOL_real import Coach
File "/mnt/SMG-LLIE-main/./training/coach_LOL_real.py", line 22, in
from models.SAG import Discriminator, FullGenerator
File "/mnt/SMG-LLIE-main/./models/SAG.py", line 12, in
from models.op import FusedLeakyReLU, fused_leaky_relu, upfirdn2d
File "/mnt/SMG-LLIE-main/./models/op/init.py", line 1, in
from .fused_act import FusedLeakyReLU, fused_leaky_relu
File "/mnt/SMG-LLIE-main/./models/op/fused_act.py", line 13, in
fused = load(
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1124, in load
return _jit_compile(
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1337, in _jit_compile
_write_ninja_file_and_build_library(
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1418, in _write_ninja_file_and_build_library
verify_ninja_availability()
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1474, in verify_ninja_availability
raise RuntimeError("Ninja is required to load C++ extensions")
RuntimeError: Ninja is required to load C++ extensions
ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) local_rank: 0 (pid: 515) of binary: /root/miniconda3/envs/myconda/bin/python
Traceback (most recent call last):
File "/root/miniconda3/envs/myconda/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/root/miniconda3/envs/myconda/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/distributed/launch.py", line 193, in
main()
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/distributed/launch.py", line 189, in main
launch(args)
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/distributed/launch.py", line 174, in launch
run(args)
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/distributed/run.py", line 710, in run
elastic_launch(
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/distributed/launcher/api.py", line 131, in call
return launch_agent(self._config, self._entrypoint, list(args))
File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/torch/distributed/launcher/api.py", line 259, in launch_agent
raise ChildFailedError(
torch.distributed.elastic.multiprocessing.errors.ChildFailedError:
scripts/test_LOL_real_image.py FAILED
Failures: