Unanswered
Hi Team,
I Am Trying To Run A Pipeline Remotely Using Clearml Pipeline And I’M Encountering Some Issues. Could Anyone Please Assist Me In Resolving Them?
@<1626028578648887296:profile|FreshFly37> how are you running this locally in the first place?
If you are running pipeline.py
with cwd as ev_xx_detection/clearml
, then I would not expect you to be able to do from ev_xx_detection.clearml import constants
(for example), but import constants
directly would work (as constants.py
is in the same directory as pipeline.py
). The reason your remote run doesn't work is basically because of this:
cwd is ev_xx_detection/clearml
and ev_xx_detection.clearml.constants
is imported, but the module that should be imported is actually constants
87 Views
0
Answers
9 months ago
9 months ago