Reputation
Badges 1
10 × Eureka!Here is the full log of the remote run with the access keys redacted
CostlyOstrich36
hello, I tried some stuff, namely creating the pipeline with hydra with functions, based on https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_functions.py .
Before the task starts remotely, I can access the hydra config no problem, but once in remote and the task starts, I got :
` Starting Task Execution:
Primary config directory not found.
Check that the config directory '/root/.clearml/venvs-builds/3.8/task_repository/clearml-example.git/src/...
will give it a try tomorrow thank you!
@<1523701070390366208:profile|CostlyOstrich36>
Sure, here they are
original local run log:
2023-08-30 09:45:02
ClearML Task: overwriting (reusing) task id=ff7a3e0849bb4ce09c86f9ce1d31b5bf
2023-08-30 09:45:05
ClearML results page:
2023-08-30 09:45:09
[<clearml.model.Model object at 0x7f937df010f0>]
2023-08-30 09:45:11
/tmp/model_package__enbe91c
/tmp/model_package__enbe91c
2023-08-30 09:45:24
Downloading from s3
2023-08-30 09:45:37
Download done
2023-08-30 09:45:37
0it [00...
Could you guys have a sample for pipelines using hydra? I think quite a few people would interested in that, and it isn't as straightforward as I thought it would be
the OmegaConf under CONFIGURATION OBJECTS
Hello, I am using clearml 1.1.4 and clearml-agent 1.1.0. I used hydra before without pipelines locally and it worked well and showed up in the UI properly yes
CostlyOstrich36 I already set allow_omegaconf_edit to true, and I could edit the hydra conf in the UI when cloning the original task, but now I want to update it in the code for hyperparam optimization
Thanks for the reply. Any timeline for adding it?
Thank you! Hadn’t thought about checking that the model was actually uploaded remotely! Will try it out!