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
845 Views
0 Votes 23 Answers 845 Views
What's going on with the documentation site?
3 years ago
0 Votes
0 Answers
842 Views
0 Votes 0 Answers 842 Views
(no menu on top or side)
2 years ago
0 Votes
6 Answers
818 Views
0 Votes 6 Answers 818 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
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
5 Answers
823 Views
0 Votes 5 Answers 823 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
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
0 Answers
863 Views
0 Votes 0 Answers 863 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 years ago
0 Votes
4 Answers
994 Views
0 Votes 4 Answers 994 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
20 Answers
816 Views
0 Votes 20 Answers 816 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
8 Answers
861 Views
0 Votes 8 Answers 861 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
9 Answers
799 Views
0 Votes 9 Answers 799 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
6 Answers
874 Views
0 Votes 6 Answers 874 Views
Is there an auto scaling solution for GCP users?
3 years ago
0 Votes
0 Answers
819 Views
0 Votes 0 Answers 819 Views
to a private repo obviously
2 years ago
0 Votes
5 Answers
886 Views
0 Votes 5 Answers 886 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
9 Answers
837 Views
0 Votes 9 Answers 837 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
854 Views
0 Votes 4 Answers 854 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
5 Answers
874 Views
0 Votes 5 Answers 874 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
2 Answers
909 Views
0 Votes 2 Answers 909 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
4 Answers
908 Views
0 Votes 4 Answers 908 Views
4 years ago
0 Votes
2 Answers
874 Views
0 Votes 2 Answers 874 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
21 Answers
860 Views
0 Votes 21 Answers 860 Views
3 years ago
0 Votes
24 Answers
804 Views
0 Votes 24 Answers 804 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...
3 years ago
0 Votes
11 Answers
996 Views
0 Votes 11 Answers 996 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
9 Answers
897 Views
0 Votes 9 Answers 897 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
Show more results questions
3 years ago
0 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?

Could be, my message is that in general, the ability to attach a named scalar (without iteration/series dimension) to an experiment is valuable and basic when looking to track a metric over different experiments

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

google store package could be the cause, because indeed we have the env var set, but we don't use the google storage package

2 years ago
0 How Should I Edit The

what does project ID mean?

2 years ago
0 When Using

yeah but I see it gets enquequed to the default which I don't know what it is connected to

If I execute this task using python .....py will it execute the machine I executed it on?

3 years ago
0 Using

Any news on this? This is kind of creepy, it's something so basic that I can't trust my prediction pipeline because sometimes it fails randomly with no reason

2 years ago
0 What Is Being Stored Exactly In

Not in docker mode

2 years ago
0 Is There A Way To Run A Pipeline (

Can you lend a few a words about how the not-pip freeze mechanism of detecting packages work?

3 years ago
0 I'M Running

it works without any problem

2 years ago
0 Question About Out-Of-Python Dependencies. For Example Nltk Requires

Is there a way to do so without touching the config? directly through the Task object?

3 years ago
3 years ago
0 I'M Running

Github actions allows to use self hosted runners

2 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
2 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

Well this will have to wait a bit... my clearml-server is causing problems

2 years ago
0 Question About The Auto Scaling Service Under

now I get this error in my Auto Scaler task
Warning! exception occurred: An error occurred (AuthFailure) when calling the RunInstances operation: AWS was not able to validate the provided access credentials Retry in 15 seconds

3 years ago
Show more results compactanswers