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

Reputation

0

Badges 1

533 × Eureka!
0 Votes
11 Answers
976 Views
0 Votes 11 Answers 976 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...
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K 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...
3 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
4 years ago
0 Votes
4 Answers
983 Views
0 Votes 4 Answers 983 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...
4 years ago
0 Votes
30 Answers
955 Views
0 Votes 30 Answers 955 Views
Following the instructions for local trains deployment on Linux ( https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/ ) seems to download versi...
4 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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
5 Answers
1K Views
0 Votes 5 Answers 1K Views
When using PipelineControler is there a way to execute locally? Or must I use a queue?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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 ...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
4 years ago
0 Votes
24 Answers
945 Views
0 Votes 24 Answers 945 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...
4 years ago
0 Votes
8 Answers
984 Views
0 Votes 8 Answers 984 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...
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
22 Answers
1K Views
0 Votes 22 Answers 1K 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?
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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
8 Answers
1K Views
0 Votes 8 Answers 1K 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
3 years ago
0 Votes
9 Answers
946 Views
0 Votes 9 Answers 946 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
934 Views
0 Votes 4 Answers 934 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...
3 years ago
0 Votes
23 Answers
992 Views
0 Votes 23 Answers 992 Views
What's going on with the documentation site?
4 years ago
0 Votes
3 Answers
967 Views
0 Votes 3 Answers 967 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...
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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
30 Answers
1K Views
0 Votes 30 Answers 1K 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...
3 years ago
0 Votes
6 Answers
951 Views
0 Votes 6 Answers 951 Views
Is it possible to ask an agent to use a specified existing python environment instead of building one from scratch?
3 years ago
0 Votes
6 Answers
939 Views
0 Votes 6 Answers 939 Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
0 Votes
23 Answers
987 Views
0 Votes 23 Answers 987 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...
4 years ago
0 Votes
24 Answers
942 Views
0 Votes 24 Answers 942 Views
3 years ago
0 Votes
4 Answers
951 Views
0 Votes 4 Answers 951 Views
4 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
4 years ago
Show more results questions
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

I assume it has nothing to do with my client version

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

Cool - so that means the fileserver which comes with the host will stay emtpy? Or is there anything else being stored there?

4 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

CostlyOstrich36 so why 1000:1000? My user and group are not that and so do all the otehr files I have under /opt/clearml

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

I don't think the problem is setting that variable, I think it has something to do with it but not that obvious... Because it did work for me in the past, since then we docker-compose up/downed a few times, changed some other things etc... Can't figure out what made it get to this point

2 years ago
0 Is There An Auto Scaling Solution For Gcp Users?

I'd be lying if I said I had time for that 🙂

4 years ago
0 How Come

Sorry but its not clear

3 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

3 years ago
0 Question, Lets Say I'M Kaggling, As You Might Know Some "Code Competitions" Are Restricted From Internet Access. In The General Case, You Might Have Some Inference Code Running In An Environment Which Is Isolated From The Net (Data Privacy Issues And Suc

I assume that at some points in the execution, the client (where the task is running) is sending JSONs to the mongo service, and that is what we see in the web UI.
Since we are talking about a case where there is no internet available, maybe these could be dumped into files/stdout and let the user manually insert them.
The manual insertion UX could be something like a CLI copy-paste or and endpoint for files - but since your UX is so good ( 🙂 ) I'm sure you'll figure this part out better

4 years ago
0 I'Ve Been Working A Bit With Trains-Agent, Having Them Deployed On Different Machines Listening To Queues (Docker Mode) And It'S Been Working Good So Far. My Question Is What Is The Difference Between That Setup (Creating Agents On Different Machines And

Yeah but I don't get what it is for - for now I have 2 agents, each listening to some queues. I actually ignore the "services" queue until now

I don't get the difference between how I'm using my agents now, just starting them on machines, and making them listen to queues, to using the "services" mode

4 years ago
Show more results compactanswers