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 5 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
5 Answers
883 Views
0 Votes 5 Answers 883 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...
3 years ago
0 Votes
0 Answers
834 Views
0 Votes 0 Answers 834 Views
(no menu on top or side)
2 years ago
0 Votes
11 Answers
860 Views
0 Votes 11 Answers 860 Views
2 years ago
0 Votes
4 Answers
911 Views
0 Votes 4 Answers 911 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
4 Answers
815 Views
0 Votes 4 Answers 815 Views
4 years ago
0 Votes
3 Answers
825 Views
0 Votes 3 Answers 825 Views
Sorry for the bombarding with errors.. but here comes another one 🙂 I have torch installed locally (through the transformers library) and when sending it to...
3 years ago
0 Votes
20 Answers
815 Views
0 Votes 20 Answers 815 Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
3 years ago
0 Votes
5 Answers
847 Views
0 Votes 5 Answers 847 Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago
0 Votes
30 Answers
891 Views
0 Votes 30 Answers 891 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...
2 years ago
0 Votes
24 Answers
806 Views
0 Votes 24 Answers 806 Views
3 years ago
0 Votes
22 Answers
899 Views
0 Votes 22 Answers 899 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?
3 years ago
0 Votes
5 Answers
860 Views
0 Votes 5 Answers 860 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...
3 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
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: ...
3 years ago
0 Votes
8 Answers
815 Views
0 Votes 8 Answers 815 Views
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 Using cached reposito...
3 years ago
0 Votes
6 Answers
814 Views
0 Votes 6 Answers 814 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
2 years ago
0 Votes
16 Answers
819 Views
0 Votes 16 Answers 819 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
30 Answers
803 Views
0 Votes 30 Answers 803 Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
3 years ago
0 Votes
8 Answers
859 Views
0 Votes 8 Answers 859 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
2 years ago
0 Votes
2 Answers
810 Views
0 Votes 2 Answers 810 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
11 Answers
829 Views
0 Votes 11 Answers 829 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
11 Answers
810 Views
0 Votes 11 Answers 810 Views
Is it possible to view the actual code of a task? As in the script that created the task?
3 years ago
0 Votes
23 Answers
960 Views
0 Votes 23 Answers 960 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 ...
3 years ago
0 Votes
7 Answers
891 Views
0 Votes 7 Answers 891 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...
3 years ago
0 Votes
14 Answers
925 Views
0 Votes 14 Answers 925 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...
3 years ago
0 Votes
4 Answers
852 Views
0 Votes 4 Answers 852 Views
Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diff could not apply d...
3 years ago
0 Votes
2 Answers
907 Views
0 Votes 2 Answers 907 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
23 Answers
844 Views
0 Votes 23 Answers 844 Views
What's going on with the documentation site?
3 years ago
0 Votes
3 Answers
903 Views
0 Votes 3 Answers 903 Views
Any documentation (code examples) on how to log custom plotly plots?
3 years ago
0 Votes
17 Answers
835 Views
0 Votes 17 Answers 835 Views
Moreover, when I go to the queue page, I see the queue is empty, but when I'm on the queued task's page I can see it is enqueued to right right queue... So t...
2 years ago
Show more results questions
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 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

How did it come to this? I didn't configure anything, I'm using the trains AMI, with the suggested instance type

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

logger.report_table(title="Inference Data", series="Inference Values", iteration=0, table_plot=inference_table)

2 years ago
0 Question About The Auto Scaling Service Under

So what's our next move FriendlySquid61 ? O_O

3 years ago
0 Question About The Usage Of Trains Agents. In Our Company We Have 3 Hpc Servers, Two Of Them Have Multiple Gpus, One Is Cpu Only. I Saw In The Docs The Multiple Agents Can Be Run Separately Assigning Gpus In Whatever Manner You Want. My Questions Are 1

So regarding 1, I'm not really sure what is the difference

When running in docker mode what is different the the regular mode? No where in the instructions is nvidia docker a prerequisite, so how exacly will tasks on GPU get executed?

I feel I don't underatand enough of the mechanism to (1) understand the difference between docker mode and not and (2) what is the use casr for each

4 years ago
0 Got Something Very Wrong With My Pipeline, The Pipeline Plot Shows It Has An Experiment

I prefer we debug on my machine (tell me what you want to check) than create a snippet

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

Maybe the case is that after start / start_locally the reference to the pipeline task disappears somehow? O_O

2 years ago
0 What Is Being Stored Exactly In

I had to restart the agent and now everything is fine

2 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

I don't even know where trains is coming from... While using the same environment I can't even import trains, see

3 years ago
0 Assuming I Have A

😄

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

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 Executed From Within A Pipelinecontroller Task, What Possible Reason Does

This is a part of a bigger process which times quite some time and resources, I hope I can try this soon if this will help get to the bottom of this

2 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 How Come

and we want to continue xecuting locally

2 years ago
0 I'M Running

SuccessfulKoala55

2 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 Following The Instructions For Local Trains Deployment On Linux (

When I said not the expected behavior, I meant that following the instructions on the docs, should lead to downloading the latest version

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

Even assuming it suspects me, why doesn't the captcha prove my innocence? Isn't it what it is for O_O

3 years ago
Show more results compactanswers