Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
TimelyPenguin76
Administrator Moderator
0 Questions, 711 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi, I Have A Question Regarding The New

You can always get the running task (the pipeline in your case) with Task.current_task().task_id

3 years ago
0 What Is The Recommended Way To Stop The Execution Of A Specific Agent? This Command Doesn'T Allow Me To Specify The Agent Ip I Want To Stop:

Hi GiganticTurtle0 ,

My favorite is ps -ef | grep clearml-agent and after kill -9 <agent pid>

3 years ago
0 Hello, I Was Wondering If Anyone Could Help With An Issue Relating To Cloned Tasks. I Have Been Able To Register And Run A Regular Task Which I Then Try To Clone Using The Examples Provided. This Runs As Expected And Gets Registered With Clearml-Server.

in your configuration, you have agent.package_manager.type = conda:wq . can you try running it with conda ?

after changing your ~/clearml.conf file, you need to restart the agent .

3 years ago
0 We'Re Trying To Use The Aws Autoscaler And Have Managed To Get It Up And Running With Spinning Up Instances. However, It Does Not Seem To Pull Any Of The Tasks For The Remote Instances. We See It Gets

Hi UnevenDolphin73 ,

If the ec2 instance is up and running but no clearml-agent is running, something in the user data script failed.

Can you share the logs from the instance (you can send in DM if you like)?

2 years ago
0 Any Plans To Add Support For Multiindex Tables? That Comma-Separation Feels A Bit Odd. (Also This Shows Up In

The 

report_scalar

 feature creates a plot of a single data point (or single iteration).

UnevenDolphin73 thats how I would use it. with it you can compare between tasks and compare the results. You can also add it to the project view and filter with it too:

3 years ago
0 Hey, How Can I Point Trains To Look For It'S Train.Conf File In A Different Path Than ~/Trains.Conf?

You can configure env vars in your docker compose, but what is your scenario? Maybe there are some other solutions

4 years ago
0 Hi, Is There Any Way To Say Clearml Which Python To Use Inside A Docker Container To Run The Task? Or Maybe Is There An Option That Says Clearml To Install The Needed Python?

Hi LazyFish41 ,

You can use agent.docker_init_bash_script to execute any command at the startup of any docker, so you can use it to install the python version you want to use.

You can specify Set the python version to use when creating the virtual environment and launching the experiment with agent.python_binary

3 years ago
0 Hi, I Have Started To Receive The Following Error Message:

ArrogantBlackbird16 the file.py is the file contains the Task.init call?
not sure I’m getting the flow, if you just want to create a template task in the system, clone and enqueue it, you can use task.execute_remotely(queue_name="my_queue", clone=True) ,can this solve the issue?

3 years ago
0 Hi , I Have This Use Case.

and after with get_local_copy() ?

3 years ago
0 Hi - What Is The Difference Between

Hi TeenyFly97 ,

With task.close() the task will do a full shutdown process. This includes repo detection, logs, metrics and artifacts flush, and more. The task will not be the running task anymore and you can start a new task.

With task.mark_stopped() , the task logs will be flushed and the task will mark itself as stopped, but will not perform the full shutdown process, so the current_task will still be this task.

For example:
` from trains import Task

task = Task.in...

4 years ago
0 Hi, I Have Started To Receive The Following Error Message:

ArrogantBlackbird16 can you send a toy example so I can reproduce it my side?

3 years ago
0 Hi, I Have Started To Receive The Following Error Message:

maybe I missed something here, each process also create an agent to run the task with?

3 years ago
0 <no title>

Hi @<1523704198338711552:profile|RoughTiger69> ,

there is a pipeline example that gets the input from previous tasks in the pipeline, can this help?

None

3 years ago
0 Hey! Probably Missed Something, But I Recently Upgraded To 1.1.1, And I'Ve Just Noticed That Png Artifacts Are Not Displayed In The Preview. Is This Intentional? Edit: Ah, It Has To Be A

you can this description as the preview, can this help?

task.upload_artifact(name='artifact name', artifact_object=artifact_object, preview="object description")

3 years ago
0 Hi! Quick Question. I'M New To Clearml, And Seem To Have Problems Catching Experiments When Done Through A Container (Docker). I Have The Clearml-Server Running And When I Try Kick Off A Simple Script On My Local Machine It Gets Recognized By Clearml And

Hi SarcasticSnake58 ,

The connection to the server is in the api part in your ~/clearml.conf file. I think you don’t have such file in your running container, so you are directed to the demoapp server.

If you are running the container from your local machine, you can start the container with the local ~/clearml.conf , add -v "~/clearml.conf":"/root/clearml.conf" to the docker command. You can also connect the docker and create a new configuration file with ` clearml-init...

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

So if you have ~/trains.conf work with it, if you don't, work offline?

4 years ago
0 Is There A Way To Interface With Clearml Agent (Cli?) To Handle Model Repositories And Data Versioning (But So, Not Experimentation, Tight Integration, Pipelining, Etc)?

For data versioning you can use the ClaerML data managemant.
Its being done with the CLI, an easy installation and you are ready to go, you can view a full example in this link - https://github.com/allegroai/clearml/blob/master/docs/datasets.md , including the installation.

Every task in ClearML includes the git repo, the changes and the full running environment.

You have some more cool things you can use (like pipelines, HPO, ClearML task CLI and more), you can find all of them here - ht...

3 years ago
0 Looks Like The Website Is Down. When I Try To Create Task, I Get The Following Error

TrickyFish46 I tried https://clear.ml/ and http://app.clear.ml and both works for me, which one is causing you the issues?

2 years ago
0 2. Is There A Case-Study Or Ref. Architecture For Interacting With Ci/Cd I.E. Exposing Mature Pipelines To Be Triggered Upon Code Pushes (Taking Latest Git Hash) Or With Manual Ci Triggers?

Not sure I’m getting the all system but for:

I want to have a CI/CD pipeline that, upon Engineer A commit, ensures that the pipeline is re-deployed such that with Engineer B uses it as template, it’s definitely the latest version of the code and process

You can configure your task to take the latest from a branch, so on each commit you are updated.

3 years ago
0 Hi, What'S Storage Clearml Is Using? I Am Considering Self-Host Clearml On A Cloud Machine, While Separated The Data Storage With Our Own Machine (Reduce Network Cost) I Am Using Minio Current With Trains=0.16.4, If This Will Still Be An Valid Option For

I am using MinIO current with trains=0.16.4, if this will still be an valid option for ClearML (>0.17.0)?

Yes, you can still use it (and many other options, include local and cloud storage),

Hi, what’s storage ClearML is using? I am considering self-host clearML on a Cloud machine, while separated the data storage with our own machine (reduce network cost)

You can choose the one that works for you (Shared folder, S3, GS, Azure, Http).

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

You can add something like:

import os from trains.backend_config.defs import LOCAL_CONFIG_FILES if not os.path.exists(LOCAL_CONFIG_FILES[0]): Task.set_offline(offline_mode=True)
notice that LOCAL_CONFIG_FILES is a list
if the conf file doesnt exists, turn on offline mode (will save you task locally).

4 years ago
Show more results compactanswers