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
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
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
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
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
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
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
9 Answers
797 Views
0 Votes 9 Answers 797 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
0 Votes
4 Answers
991 Views
0 Votes 4 Answers 991 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...
4 years ago
0 Votes
9 Answers
990 Views
0 Votes 9 Answers 990 Views
How do I restart trains-agents? How do I stop them?
4 years ago
0 Votes
23 Answers
834 Views
0 Votes 23 Answers 834 Views
In order to use the AWS Autoscaling, with spot and without spot instances - should we create a custom policy with the associated IAM or will one of the two A...
3 years ago
0 Votes
9 Answers
890 Views
0 Votes 9 Answers 890 Views
Where can I find a more extensive documentation of serving? I'm looking for How to write pre + post processing callbacks for inference and statistics Manual ...
2 years ago
0 Votes
6 Answers
931 Views
0 Votes 6 Answers 931 Views
4 years ago
0 Votes
5 Answers
873 Views
0 Votes 5 Answers 873 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
1 Answers
804 Views
0 Votes 1 Answers 804 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
856 Views
0 Votes 30 Answers 856 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 ...
2 years ago
Show more results questions
0 Question About The Auto Scaling Service Under

Hi FriendlySquid61 I did all the changes you said

3 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"

3 years ago
0 How Come

awesome martin, thanks

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

I want to get the instances of the tasks executed by this controller task

2 years ago
0 Assuming I Have A

Continuing on this line of thought... Is it possible to call task.execute_remotely on a CPU only machine (data scientists' laptop for example) and make the agent that fetches this task to run it using GPU? I'm asking that because it is mentioned that it replicates the running environment on the task creator... which is exactly what I'm not trying to do 😄

4 years ago
0 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 For Me Is To Use

Gotcha, didn't think of an external server as Service Containers are part of Github's offering, I'll consider that

2 years ago
0 Using

moreover, in each pipeline I have 10 different settings of task A -> Task b (and then task C), each run 1-2 fails randomly

2 years ago
0 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 The Task Says It Is In The Queue, But The Queue Says It Is Empty

ClearML results page: `
Launching step: 2019-09-03_2021-01-25_choose_best
Parameters:
{***}
Configurations:
None
Overrides:
None
Launching step: 2019-10-23_2021-01-15_choose_best
Parameters:
{
********}
Configurations:
None
Overrides:
None
Launching step: 2019-05-26_2020-12-26_choose_best
Parameters:
{
******}
Configurations:
None
Overrides:
None
Launching step: 2019-07-15_2021-01-05_choose_best
Parameters:
{************}
Configurations:
None
Overrides:
None
Launching step...

2 years ago
3 years ago
0 How Come

Not sure I understand, if i run pipe.start_locally(run_pipeline_steps_locally=True|False) what is the difference betwee ntrue and false? assuming I want to execute locally

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

the output above is what the agent has as it seems... obviously on my machine I have it installed

3 years ago
2 years ago
0 I'M Running

even if it is so

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

AgitatedDove14 clearml version on the Cleanup Service is 0.17.0

2 years ago
0 What Is Being Stored Exactly In

AgitatedDove14 UnevenDolphin73

2 years ago
Show more results compactanswers