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
23 Answers
964 Views
0 Votes 23 Answers 964 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
8 Answers
870 Views
0 Votes 8 Answers 870 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
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
5 Answers
862 Views
0 Votes 5 Answers 862 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
4 Answers
800 Views
0 Votes 4 Answers 800 Views
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
2 years ago
0 Votes
1 Answers
805 Views
0 Votes 1 Answers 805 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
14 Answers
887 Views
0 Votes 14 Answers 887 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
7 Answers
893 Views
0 Votes 7 Answers 893 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
16 Answers
821 Views
0 Votes 16 Answers 821 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
17 Answers
838 Views
0 Votes 17 Answers 838 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
0 Votes
30 Answers
816 Views
0 Votes 30 Answers 816 Views
Using PipelineController I have task B that depends on task A, e.g. A -> B. Task B reads artifacts that were saved by task A. I did define the dependency bet...
2 years ago
0 Votes
4 Answers
995 Views
0 Votes 4 Answers 995 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
2 years ago
0 Votes
8 Answers
862 Views
0 Votes 8 Answers 862 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
23 Answers
846 Views
0 Votes 23 Answers 846 Views
What's going on with the documentation site?
3 years ago
0 Votes
5 Answers
786 Views
0 Votes 5 Answers 786 Views
4 years ago
0 Votes
4 Answers
909 Views
0 Votes 4 Answers 909 Views
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
8 Answers
818 Views
0 Votes 8 Answers 818 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
11 Answers
864 Views
0 Votes 11 Answers 864 Views
2 years ago
0 Votes
30 Answers
876 Views
0 Votes 30 Answers 876 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
23 Answers
835 Views
0 Votes 23 Answers 835 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
10 Answers
985 Views
0 Votes 10 Answers 985 Views
3 years ago
0 Votes
6 Answers
875 Views
0 Votes 6 Answers 875 Views
Is there an auto scaling solution for GCP users?
3 years ago
0 Votes
5 Answers
887 Views
0 Votes 5 Answers 887 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
5 Answers
824 Views
0 Votes 5 Answers 824 Views
Is the https://azuremarketplace.microsoft.com/en-us/marketplace/apps/apps-4-rent.clearml-on-centos8 maintained? I can't see anywhere a log of releases or som...
one year ago
0 Votes
6 Answers
889 Views
0 Votes 6 Answers 889 Views
Question about artifacts, dynamic vs static and their relationship to experiments Under https://allegro.ai/docs/concepts_arch/concepts_arch/ in the Artifacts...
4 years ago
0 Votes
5 Answers
966 Views
0 Votes 5 Answers 966 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
6 Answers
936 Views
0 Votes 6 Answers 936 Views
4 years ago
0 Votes
4 Answers
822 Views
0 Votes 4 Answers 822 Views
4 years ago
Show more results questions