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 one month ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
30 Answers
572 Views
0 Votes 30 Answers 572 Views
Question about the configuration format - I'd like to parse it within my Python code so I'll be able to access things like google.storage.containers programa...
3 years ago
0 Votes
4 Answers
686 Views
0 Votes 4 Answers 686 Views
Is there an option to separate the storage from the server? e.g. deploying my trains server on some light machine, and confguring the storage to be AWS S3 or...
3 years ago
0 Votes
16 Answers
568 Views
0 Votes 16 Answers 568 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
21 Answers
570 Views
0 Votes 21 Answers 570 Views
3 years ago
0 Votes
30 Answers
590 Views
0 Votes 30 Answers 590 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/...
2 years ago
0 Votes
5 Answers
544 Views
0 Votes 5 Answers 544 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
2 years ago
0 Votes
8 Answers
601 Views
0 Votes 8 Answers 601 Views
So I decided to re-create my clearml server, I rm -r /opt/clearml and did all the steps again. Now my UI looks like this, any idea why?
2 years ago
0 Votes
14 Answers
625 Views
0 Votes 14 Answers 625 Views
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
2 years ago
0 Votes
3 Answers
580 Views
0 Votes 3 Answers 580 Views
Any documentation (code examples) on how to log custom plotly plots?
2 years ago
0 Votes
4 Answers
540 Views
0 Votes 4 Answers 540 Views
3 years ago
0 Votes
0 Answers
583 Views
0 Votes 0 Answers 583 Views
(data is a bit different, but the plot is missing hte scale and the colors)
2 years ago
0 Votes
5 Answers
754 Views
0 Votes 5 Answers 754 Views
Why would the Mongo4 migration scripts (for clearml-server 1.2) try to chown 1000:1000?
2 years ago
0 Votes
1 Answers
556 Views
0 Votes 1 Answers 556 Views
Is there a robust way (using the SDK and not the UI) to add tags to Task regardless of where it is executed?
2 years ago
0 Votes
30 Answers
549 Views
0 Votes 30 Answers 549 Views
Executed from within a PipelineController task, what possible reason does current_task() have to return None ? 2021-11-07T11:32:43.7366887Z clearml.Task.curr...
2 years ago
0 Votes
4 Answers
611 Views
0 Votes 4 Answers 611 Views
3 years ago
0 Votes
2 Answers
624 Views
0 Votes 2 Answers 624 Views
I have a production inference pipeline which I want to continuously test on my Github to make sure it doesn't break as we move forward. The ideal scenario fo...
2 years ago
0 Votes
13 Answers
572 Views
0 Votes 13 Answers 572 Views
We are having the same issue as https://github.com/allegroai/clearml/issues/324 with no resolution... any ideas on how to solve this?
2 years ago
0 Votes
10 Answers
673 Views
0 Votes 10 Answers 673 Views
3 years ago
0 Votes
0 Answers
585 Views
0 Votes 0 Answers 585 Views
(no menu on top or side)
2 years ago
0 Votes
11 Answers
564 Views
0 Votes 11 Answers 564 Views
Is there a way to programatically access the tasks a PipelineController launched? I have the clearml.Task object in hand and I wonder how to access all the t...
2 years ago
0 Votes
12 Answers
573 Views
0 Votes 12 Answers 573 Views
Is there a way to run a pipeline ( PipelineController ) without using a clearml-agent ? I can't get it to work with the agent, since the task requirements is...
2 years ago
0 Votes
5 Answers
622 Views
0 Votes 5 Answers 622 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...
3 years ago
0 Votes
9 Answers
659 Views
0 Votes 9 Answers 659 Views
How do I restart trains-agents? How do I stop them?
3 years ago
0 Votes
7 Answers
579 Views
0 Votes 7 Answers 579 Views
How would I go downloading a table that I have reported using logger.report_table ? In the UI downloading it as a JSON downloads it a in a weird format which...
2 years ago
0 Votes
11 Answers
647 Views
0 Votes 11 Answers 647 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...
2 years ago
0 Votes
6 Answers
584 Views
0 Votes 6 Answers 584 Views
Is there an auto scaling solution for GCP users?
3 years ago
0 Votes
14 Answers
602 Views
0 Votes 14 Answers 602 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?
3 years ago
0 Votes
4 Answers
626 Views
0 Votes 4 Answers 626 Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
3 years ago
0 Votes
16 Answers
554 Views
0 Votes 16 Answers 554 Views
How should I edit the Cleanup Service so I can filter deleted tasks on project / task name? https://github.com/allegroai/clearml/blob/master/examples/service...
2 years ago
0 Votes
6 Answers
555 Views
0 Votes 6 Answers 555 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
2 years ago
Show more results questions
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

to fix it, I excluded this var entirely from the docker-compose

2 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

3 years ago
0 I'M Running

it is the location of the repo

2 years ago
0 I'M Running

I'll anonimyze it and paste it in a sec

2 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

actually i was thinking about model that werent trained uaing clearml, like pretrained models etc

2 years ago
0 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

Where is the docker-compose file? It's not at /opt (again, I didn't place it anywhere, I'm just using the ami)

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

not manually I assume that if I deleted the image, and then docker-composed up, and I can see the pull working it should pull the correct one

3 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

I was here, but I can't find info for the questions I mentioned

2 years ago
0 Any Documentation (Code Examples) On How To Log Custom Plotly Plots?

👍

Searched for "custom plotly" and "log plotly" in search, didn't thinkg about "report plotly"

2 years ago
0 So I Decided To Re-Create My Clearml Server, I

The latest, I curl ed the docker-compose like 10 minutes ago

2 years ago
3 years ago
3 years ago
0 What'S Going On With The Documentation Site?

Happens on my incognito aswell

3 years ago
0 I'M Running

` name: XXXXXXXXXX

on:
workflow_dispatch

jobs:
test-monthly-predictions:
runs-on: self-hosted
env:
DATA_DIR: ${{ secrets.RUNNER_DATA_DIR }}
GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.RUNNER_CREDS }}
steps:
# Checkout
- name: Check out repository code
uses: actions/checkout@v2

  # Setup python environment
  - name: Setup up python environment using Poetry
    run: |
      /home/elior/.poetry/bin/poetry env use python3.9
  ...
2 years ago
0 I'M Running

SuccessfulKoala55 ⬆ sorry for the delay, was at a meeting

2 years ago
0 I'M Running

when using the first checkout action, it goes checks out the repo

2 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

2 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

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

Another Q on that - does pyhocon allows me to edit the file while keeping the comments in place?

3 years ago
Show more results compactanswers