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!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
I'm running multiple trains-agents on one BFG-9000 machine. Is there a way to stop only one agent? trains-agent daemon --stop is my only option right now, bu...
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
How come PipelineController has changed in a very backwards-incompatible fashion but we are still on the same major version? O_O Also the documentation is no...
3 years ago
0 Votes
6 Answers
956 Views
0 Votes 6 Answers 956 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
3 years ago
0 Votes
9 Answers
966 Views
0 Votes 9 Answers 966 Views
and an explicit question: When using Task.get_tasks how do I filter by specific parameters? For example I have a script that accepts as a command line argume...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
Inside an EC2 machine, using the trains-server AMI, I'm trying to launch my AWS Auto-Scaler service. When I enqueue the task to the services queue I get the ...
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
3 years ago
0 Votes
24 Answers
947 Views
0 Votes 24 Answers 947 Views
Question about the file server. Currently, we have a machine with MINIO installed, and all file communication is made using the MINIO SDK client. [MINIO is j...
4 years ago
0 Votes
5 Answers
908 Views
0 Votes 5 Answers 908 Views
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
Trying to enqueue a task through the UI, getting this error - what could it be? (Running on AWS, on the official trains AMI) Error 100 : General data error: ...
4 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
Question about out-of-Python dependencies. For example NLTK requires apt-get install sqlite-devel how can we manage dependencies like that on the train agents?
4 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
4 years ago
0 Votes
16 Answers
996 Views
0 Votes 16 Answers 996 Views
What is being stored exactly in tmp by the clearml agent? I have a process that cleans the /tmp each day, and I now get messages like clearml_agent: ERROR: C...
2 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
What is the correct way of setting environment variables for agents which DON'T RUN in docker mode? Do they simply inherit from the environment they were exe...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I have to say I'm totally confused by the pipeline I want to execute the pipeline on my local computer. I followed https://github.com/allegroai/clearml/blob/...
3 years ago
0 Votes
0 Answers
960 Views
0 Votes 0 Answers 960 Views
to a private repo obviously
3 years ago
0 Votes
11 Answers
989 Views
0 Votes 11 Answers 989 Views
Is it possible to view the actual code of a task? As in the script that created the task?
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Question about the trains agent and the git credentials When setting a trains agent, it is possible to configure git credentials for it and I'm trying to fig...
4 years ago
0 Votes
24 Answers
949 Views
0 Votes 24 Answers 949 Views
3 years ago
0 Votes
2 Answers
974 Views
0 Votes 2 Answers 974 Views
Assuming I call Task.enqueue() on a task, is there a way for me to get a link to the task execution? I want to write a message to slack, containing the URL s...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
(without having to execute it first on Machine C)
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
I must compliment the Python level and documentation level in the source code is superb, I love reading it πŸ˜„ Even though I love reading it, is there anywher...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
I'm running clearml-task --script tasks/hp_optimization.py --name "YYYYY" --project "XXXXXXX" and get the following error - why is that? > Error: Standalone ...
3 years ago
0 Votes
22 Answers
1K Views
0 Votes 22 Answers 1K Views
Guess we're back to basics How do I report a single scalar with no iteration dimension - something I can put as one of the columns in the experiments table?
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
How do I get access to uploaded artifacts (not registered)? I see I can find their URL using Task.get_task(...).artifacts and then use StorageManager to down...
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
What's going on with the documentation site?
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
2 years ago
0 Votes
9 Answers
964 Views
0 Votes 9 Answers 964 Views
Assuming I have a trains server installed on Machine A, a trains agent installed on Machine B and I'm developing on Machine C. Is it possibe to launch a task...
4 years ago
Show more results questions
0 Is There Any Way In The Webui To Search By Task Name? I See The Search Bar Only Goes Through Projects

When you are inside a project, the search bar searches for experiments

so if you want to search inside a specific project, go to that project and use the search bar, if you want to search all over, go to the project called "All Experiments" and search there

3 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

Why would I have 0.15.1 if I followed the instructions of the docs?

4 years ago
4 years ago
0 I'M Running

Github actions allows to use self hosted runners

3 years ago
0 What Is Being Stored Exactly In

I had to restart the agent and now everything is fine

2 years ago
0 Is There A Way To Programatically Access The Tasks A

I need code access, not UI access

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 is the scale a part of the problem? Because not only the colors are wrong, the scale does not appear

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 , I followed the instructions for updating the ClearML server, and the visualization stays the same

3 years ago
3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 this is stillnot fixed for me, even though I upgraded to server 1.1... Does the client require an update as well? Should I open an issue about this?

3 years ago
0 Question About The Auto Scaling Service Under

Hi FriendlySquid61 I did all the changes you said

4 years ago
0 Using

I will

3 years ago
2 years ago
0 Is It Possible To View The Actual Code Of A Task? As In The Script That Created The Task?

That's a fix, but I think it is a basic feature and very usefull to see the actual code in the UI

4 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

but shouldn't the :lastest make it redownload the right image?

4 years ago
0 Using

Did not solve this

3 years ago
0 Using

this is another execution:

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

AgitatedDove14 just so you'd know this is a severe problem that occurs from time to time and we can't explain why it happens... Just to remind, we are using a pipeline controller task, which at the end of the last execution gathers artifacts from all the children tasks and uploads a new artifact to the pipeline's task object. Then what happens is that Task.current_task() returns None for the pipeline's task...

2 years ago
4 years ago
Show more results compactanswers