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
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

606 × Eureka!
0 Votes
3 Answers
978 Views
0 Votes 3 Answers 978 Views
When an environment variable is tracked via TRAINS_LOG_ENVIRONMENT="MYENVVAR" will it then be used by the clearml-agent? My env variable is tracked in the GU...
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there some is_executed_remotely function in clearml?
3 years ago
0 Votes
2 Answers
989 Views
0 Votes 2 Answers 989 Views
Anyone else experiencing that tasks that fail are not shown as "failed", but instead keep on running and hogging the clearml-agent?
3 years ago
0 Votes
3 Answers
996 Views
0 Votes 3 Answers 996 Views
What does agent.package_manager.type actually do? I am wondering what happens, if my project uses a package that is only available either on pip or with cond...
3 years ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K Views
Another quick question about fileservers and clearml-agent: clearml-agent seems to ignore the output destination set in the task config sdk.development.defau...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
It seems like ClearML Agent does not support arparse subparsers, right? https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparser...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hey everyone, is it possible to set the fileservers in the auto-generated credentials of the users? I use MinIO fileservers and want to provide the url with ...
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hello clearml community, does anyone have an idea how I could integrate/manager CARLA ( https://carla.org/ ) simulator servers with clearml? Usually, I just ...
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Any idea why I would be getting the following error when running a task in a clearml-agent? (Python 3.7.9, package_manager.type = conda) ERROR: Could not fin...
3 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi everyone, I am just wondering whether the bugs regarding the deletion of tasks is fixed in the current version? E.g. this happening when you want to delet...
one year ago
0 Votes
3 Answers
617 Views
0 Votes 3 Answers 617 Views
Hi quick question about clearml-data: It seems like it is only using a single thread for compression. Is there a way to use multi-threading? For big datasets...
8 months ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I cannot get clearml-agent with docker containers to work. clearml uses docker run -v /home/.ssh:/root/.ssh to mount the ssh profile into the container. Howe...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
I just found out that I have a lot of data in /opt/clearml/fileserver for tasks that I already have deleted. No artifacts are displayed in the WebUI. Anyway ...
2 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Is there a reason why all clearml.Task methods regarding requirements (e.g. pip requirements) are class methods? Are requirements not stored in a task?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Quick question: Does overriding a task with Task.init() do a proper delete of debug samples at an fileserver or S3 host?
one year ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Another question: How can I make clearml-agent use pre-installed version from the nvidia/pytorch ( https://docs.nvidia.com/deeplearning/frameworks/pytorch-re...
2 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I suddenly get Error 100 : General data error (TransportError(503, 'search_phase_execution_exception')) when trying to access Results --> Scalars. Any idea w...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Quick question about the Results --> Scalars ` view. In tensorboard when using autoscale it will ignore some values for scaling (e.g. very early super high l...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi everyone, I saw a new entry in docker-compose: async_delete Can someone tell me, what this is for (there seems to be not documentation or pull request) an...
2 years ago
0 Votes
9 Answers
998 Views
0 Votes 9 Answers 998 Views
Here are two more questions: agent.package_manager.system_site_packages can be used to inherit packages from the system. How does clearml resolve packages/wh...
3 years ago
0 Votes
2 Answers
836 Views
0 Votes 2 Answers 836 Views
Hi everyone, I want to retrieve some scalars at specific iterations from ClearML. I found Task.get_all_reported_scalars and Task.get_reported_scalars . Howev...
one year ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Can someone point me whether/how the services-agent the starts with the clearml-server mounts the .ssh directory for accessing a private git repository from ...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I can't seem to find documentation on clearml-data except this: https://github.com/allegroai/clearml/blob/master/docs/datasets.md Is there more somewhere? Do...
3 years ago
0 Votes
1 Answers
940 Views
0 Votes 1 Answers 940 Views
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Hi everyone, quick question regarding MinIO and logging: task = Task.init( project_name=project_name, task_name=task_name, tags=tags, output_uri=" ", ) torch...
2 years ago
0 Votes
1 Answers
942 Views
0 Votes 1 Answers 942 Views
Hi everyone, could it be that ClearML does not track packages correctly, that use import names different from their package name? For example scikit-image is...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi again, from the API-Server logs Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it i...
2 years ago
Show more results questions
0 Hello Everyone, Quick Question: How Can I Specify That I Want To Run My Task With

The default behavior mimics Python’s assert statement: validation is on by default, but is disabled if Python is run in optimized mode (via python -O). Validation may be expensive, so you may want to disable it once a model is working.

2 years ago
0 I Have A Questions About Queue Priorities With Clearml-Agent. I Have Two Queues,

Then if the first agent is assigned a task of queue B if the next task is of type A it will have to wait, even though in theory there is capacity for it, if the first task had be executed on the second agent initially.

3 years ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

@<1576381444509405184:profile|ManiacalLizard2> Maybe you are using the enterprise version with the vault? I suppose the enterprise version is running differently, but I dont have experience with it.
For the open-source version, each clearml-agent is using it's own clearml.conf

one year ago
0 Is There A Reason

Hey Martin, thank you for answering!
I see your point, however in my opinion this is really unexpected behavior. Sure, I can do some work to make it "safe", but shouldn't that be default. So throw an error without clearml.conf and expect CLEARML_USE_DEFAULT_SERVER=1 ` .

3 years ago
0 Hey Everyone, Is It Possible To Set The Fileservers In The Auto-Generated Credentials Of The Users? I Use Minio Fileservers And Want To Provide The Url With The Credentials Automatically.

Okay, thank you anyways. I was just asking because I thought I had seen such a setting before. Must have been something different.

2 years ago
0 Hey Everyone, I Have Another Question: Is It Possible To Change Agent Config For Each Task? E.G.

I am currently on the Open Source version, so no Vault. The environment variables are not meant to used on a per task basis right?

2 years ago
2 years ago
0 Is It Possible To Report Ie. Validation Scalars But Shifted By 1/2 Iteration?

Interesting. Will probably only matter for very small experiments or experiments, where validation is run very infrequently.

3 years ago
0 With Clearml 1.0 It Seems That Console Logs Are Only Shown In The Web Ui When The Task Has Finished. Is This Expected Behaviour? With Previous Versions I Was Able To See "Live" Output. I Tested This With The Pytorch_Tensorboardx.Py Example. I Run The Scri

I just tested with remote_execution and the problem seems to exist there, too. It is just that when the task switches from local to remote execution (i.e. exists the local script) the local scalars will appear, but no scalar of remote execution will show up. So also the iteration will not update. However, at least for remote execution I get live console output.

3 years ago
0 Hey Everyone, I Have Another Question: Is It Possible To Change Agent Config For Each Task? E.G.

Maybe this opens up another question, which is more about how clearml-agent is supposed to be used. The "pure" way would be to make the docker image provide everything and clearml-agent should do not setup at all.
What I currently do instead is letting the docker image provide all system dependencies and let clearml-agent setup all the python dependencies. This allows me to reuse a docker image for more different experiments. However, then it would make sense to have as many configs as possib...

2 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

Maybe let s put it in a different way:

Pipeline
Preprocess Task Main Task Postprocess Task
My main task is my experiment, so my training code. When I ran the main task standalone, I just used Task.init and set up the project name, task name, etc.
Now what I could do is push this task to the server, then just reference the task by its task-ID and run the pipeline. However, I do not want to push the main task to the server before running. Instead I want to push the whole pipeline, but st...

3 years ago
0 Hi Everyone, How Can I Check Programmatically Whether A Task Is Running Remotely And How Can I Get The Hostname? Additionally, Retrieving The User Name That Is Shown In The Server Ui Would Be Nice.

Perfect, works! I was looking for "host", didn't come to my mind to search for "worker". Any idea about getting the user that created the task?

one year ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

Long story short, the Task requirements are async, so if one puts it after creating the object (at least in theory), it might be too late.

AgitatedDove14 Is there no await/synchronize method to wait for task update?

3 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

I think doing all that work is not worth it right now, I am just trying to understand why I clearml seems not to be designed something like this:

` task_name = args.task_name

task = Task()
task = task.load_statedict(await Task.load_or_create(task_name))

task.requirements.add(...)
await task.synchronize()

task.execute_remotely(queue_name, exit=True) `

3 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

Here is some context on what I am currently trying to do (pseudocode):

`
def run_experiment(args):
...

def get_task_experiment():
task = Task.init(...)
task.bind_run(run_experiment)

return task

def run_with_pipeline(task):
pipe = PipelineController(...)
pipe.add_step(prepare_something...)
pipe.add_step(task)
pipe.add_step(postprocess_something...)

return pipe 

if name == "main":
task = get_task_experiment()
# Run without Pipeline
if ...

3 years ago
3 years ago
0 Hello Clearml Community, Does Anyone Have An Idea How I Could Integrate/Manager Carla (

Okay, I see. Unfortunetly, I don't get how clearml tasks are intended to be used. Could you help me with that? (see code)

` def start_carla_factory():
task = # How do I create this task?

long_blocking_call_to_start_carla()

return task

pipe = PipelineController(
name="carla-autostart",
project="rlad/carla-servers",
version="0.0.1",
add_pipeline_tags=False,
)
pipe.add_step(name="start-carla", base_task_factory=start_carla_factory)
pipe.start() `

3 years ago
0 Is There A Reason Why All Clearml.Task Methods Regarding Requirements (E.G. Pip Requirements) Are Class Methods? Are Requirements Not Stored In A Task?

Maybe related question: Will there be some documentation about clearml internals with the new documentation? ClearML seems to store stuff that's relevant to script execution outside of clearml.Task if I am not mistaken. I would like to learn a little bit about what the code structure / internal mechanism is.

3 years ago
Show more results compactanswers