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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

533 × Eureka!
4 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

TimelyPenguin76 I think our problem is that the agent is not using this environment, I'm not sure which one he does... Is there a way to hard-code the agent environment?

3 years ago
0 I Have To Say I'M Totally Confused By The Pipeline I Want To Execute The Pipeline On My Local Computer. I Followed

btw my site packages is false - should it be true? You pasted that but I'm not sure what it should be, in the paste is false but you are asking about true

3 years ago
0 How Should I Edit The

I only found Project ID, which I'm not sure what this refers to - I have the project name

3 years ago
0 Question About The Configuration Format - I'D Like To Parse It Within My Python Code So I'Ll Be Able To Access Things Like

The only way to change it is to convert apiserver_conf to a dictionary object ( as_plain_ordered_dict() ) and edit it

4 years ago
0 Question About The Configuration Format - I'D Like To Parse It Within My Python Code So I'Ll Be Able To Access Things Like

AgitatedDove14 permanent. I want to start with a CLI interface that allows me add users to the trains server

4 years ago
0 How Should I Edit The

I might just do that, it will be my second contribution to ClearML 🙂

3 years ago
3 years ago
0 Question, When Using

Good, so if I'm templating something using clearml-task (without queue, so the task is in draft mode) it will use this task? Even though it never exeucted?

3 years ago
0 How Should I Edit The

what does project ID mean?

3 years ago
0 When Using

yeah but I see it gets enquequed to the default which I don't know what it is connected to

If I execute this task using python .....py will it execute the machine I executed it on?

3 years ago
0 How Should I Edit The

I did, but I only find task name, I'm looking to filter by the project

3 years ago
0 Hey! I Was Wondering Is It Possible To Change The Ports Of The Trains Server? We Hope To Run A Trains Server Locally On Our Own Server, But We Already Use Some Of The Default Ports. When I Changed Some Of The Outgoing Ports In The Docker-Compose, The Trai

Yep, the trains server is basically a docker-compose based service.
All you have to do is change the ports in the docker-compose.yml file.

If you followed the instructions in the docs you should find that file in /opt/trains/docker-compose.yml and then you will see that there are multiple services ( apiserver , elasticsearch , redis etc.) and in each there might be a section called ports which then states the mapping of the ports.
The number on the left, is ...

4 years ago
0 Is There A Way To Run A Pipeline (

can't really see how this configuration effects the agents

3 years ago
0 Is There A Way To Run A Pipeline (

Can you lend a few a words about how the not-pip freeze mechanism of detecting packages work?

3 years ago
0 I'M Running

this means that you supply the machine to execute the actions specified

3 years ago
0 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

AgitatedDove14 sorry for the late reply,

It's right after executing all the steps. So we have the following block which determines whether we run locally or remotely

if not arguments.enqueue: pipe.start_locally(run_pipeline_steps_locally=True) else: pipe.start(queue=arguments.enqueue)
And right after we have a method that calls Task.current_task() which returns None

2 years ago
0 I'M Running

I can't specify the absolute path, it is dynamically created

3 years ago
0 I'M Running

I also ran it without $(pwd) on the Create Clearml task templates section, I added it because of CostlyOstrich36 's comments but it didn't help

3 years ago
0 Sorry For The Bombarding With Errors.. But Here Comes Another One

Cool, now I understand the auto detection better

4 years ago
0 Afaiu By Default Trains Logs All Tensorboard Things, Can This Be Turned Off?

the level of configurability in this thing is one of the best I've seen

4 years ago
0 I'M Running

anyway, my ultimate goal is to create templates for other tasks... Is that possible in any other way through the CLI?

3 years ago
0 Question About The Auto Scaling Service Under

and also in the extra_vm_bash_script variables, I ahve them under export TRAINS_API_ACCESS_KEY and export TRAINS_API_SECRET_KEY

4 years ago
0 How Come

Worth mentioning, nothing has changed before we executed this, it worked before and now after the update it breaks

3 years ago
0 Using

a third one?

3 years ago
0 I Have A Data Scientist Constantly Having The Same Problem. If She Did Not Push His Latest Changes To Git, She Gets The Following Error

What do you mean by submodules?

She did not push, I told her she does not have to push before executing as trains figures out the diffs.
When she pushes - it works

4 years ago
Show more results compactanswers