Reputation
Badges 1
25 × Eureka!Thanks DefeatedOstrich93
Let me check if I can reproduce it.
UI for some anomalous file,
Notice the metrics are not files/artifacts, just scalars/plots/console
Another question, do you have the argparse with type=str ?
Right, if this is the case, then just use 'title/name 001' it should be enough (I think this is how TB separates title/series or metric/variant )
Are you trying to upload an artifact post execution ?
ThickDove42 you need the latest cleaml-agent RC for the docker setup script (next version due next week)pip install clearml-agent==0.17.3rc0
Okay this is very close to what the agent is building:
Could you start a new conda env,
then install cudatoolkit=11.1
then run:
conda env update -p <conda_env_path_here> --file the_env_yaml.yml
You can always specify diff clearml.conf files with --config-file π
Hi PunyPigeon71
Can you send the log from the remote execution?
Can you see on the Task in the UI , under execution tab, the correct git repo reference, commit ID, and uncommitted changes?
Okay that makes sense.best_diabetes_detection is different from your example curl -X POST " None " notice best_mage_diabetes_detection` ?
So that means your home folder is always mapped to ~/ on any machine you ssh to ?
I'm just trying to see what is the default server that is set, and is it responsive
I'm assuming you mean your own server, not the demo server, is that correct ?
and then second part is to check if it is up and alive
Yes, you can curl to the ping endpoint :
https://clear.ml/docs/latest/docs/references/api/debug#post-debugping
This is definitely a but, in the super class it should have the same condition (the issue is checking if you are trying to change the "main" task)
Thanks ApprehensiveFox95
I'll make sure we push a fix π
When you have a bit of experience, please suggest a path forward, it will be great to integrate
I'm really for adding an interface, but I was not able to locate a simple integration option with basically anything, Wdyt ?
so that you can get the latest artifacts of that experiment
what do you mean by " the latest artifacts "? do you have multiple artifacts on the same Task or s it the latest Task holding a specific artifact?
Weβd be using https in production
Nice π
@<1687653458951278592:profile|StrangeStork48> , I was reading this thread trying to understand what exactly is the security concern/fear here, and I'm not sure I fully understand. Any chance you can elaborate ?
We actually added a specific call to stop the local execution and continue remotely , see it here: https://github.com/allegroai/trains/blob/master/trains/task.py#L2409
What's the "working dir" ? (where in the repo the script is executed from)
Hi SweetGiraffe8
could you try with the latest RCpip install 0.17.5rc2
@<1523703080200179712:profile|NastySeahorse61> so glad you managed to solve it π π
have a CI/CD (e.g Github Actions) thats update my βproductionβ pipeline on ClearML UI,
I think this is the easiest way, basically the CI/CD launches a pipeline (which under the hood is another type of Task), by querying the latest "Published" pipeline that is also Not archived, then cloning+pushing it to execution queue.
In the UI when you want to "upgrade" the production pipeline you just right click "Publish" on the pipeline you want to launch. Another way is to do the same with Tags...