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
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
8 Answers
860 Views
0 Votes 8 Answers 860 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
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
14 Answers
884 Views
0 Votes 14 Answers 884 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
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
0 Votes
30 Answers
870 Views
0 Votes 30 Answers 870 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
4 Answers
905 Views
0 Votes 4 Answers 905 Views
4 years ago
0 Votes
5 Answers
957 Views
0 Votes 5 Answers 957 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
886 Views
0 Votes 6 Answers 886 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
32 Answers
11K Views
0 Votes 32 Answers 11K Views
Very weird error, trying to run an experiment through an agent in docker mode, and I get this error docker: Error response from daemon: create /home/elior/De...
3 years ago
0 Votes
5 Answers
821 Views
0 Votes 5 Answers 821 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
31 Answers
11K Views
0 Votes 31 Answers 11K Views
In PipelineV2, is it possible to register artifacts to the pipeline task? I see there is a private variable ._task but not sure its the right way to go as it...
2 years ago
0 Votes
31 Answers
17K Views
0 Votes 31 Answers 17K Views
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
2 years ago
0 Votes
6 Answers
812 Views
0 Votes 6 Answers 812 Views
How come I use logger.report_matplotlib_figure and get as a result a plotly figure??? O_O
3 years ago
0 Votes
13 Answers
878 Views
0 Votes 13 Answers 878 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
9 Answers
832 Views
0 Votes 9 Answers 832 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
2 Answers
873 Views
0 Votes 2 Answers 873 Views
When using the marketplace AMI - what is the diference between "Launch from website" vs "Launch through EC2"?
3 years ago
0 Votes
0 Answers
814 Views
0 Votes 0 Answers 814 Views
to a private repo obviously
2 years ago
0 Votes
0 Answers
858 Views
0 Votes 0 Answers 858 Views
(data is a bit different, but the plot is missing hte scale and the colors)
3 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
5 Answers
816 Views
0 Votes 5 Answers 816 Views
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
2 years ago
0 Votes
8 Answers
898 Views
0 Votes 8 Answers 898 Views
Question about pipelines - so the default for pipeline tasks that are executed remotely is to execute on the services queue. Assuming I want only ONE agent l...
2 years ago
Show more results questions
4 years ago
0 Using

Did not solve this

2 years ago
0 How Come

But what does it do?

2 years ago
0 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 Aws Managed Policies (Or Both) Will Suffice?

AgitatedDove14 since this is a powerful feature, I think this should be documented. I'm at a point where I want to use the AWS autoscaler and i'm not sure how.

I see in the docs that I need to supply the access+secret keys, which are associated with an IAM, but nowhere does it say what permissions does this IAM need in order to execute.

Also using the name "AWS Autoscaler" immediately suggests that behind the scene, trains uses the https://docs.aws.amazon.com/autoscaling/ec2/userguide/wha...

3 years ago
0 Is It Possible To Ask An Agent To Use A Specified Existing Python Environment Instead Of Building One From Scratch?

In my use case I'm using an agent on the same mahcine I'm developing, so pointing this env var to the same venv I'm using for development, will skip the venv creation process from teh task requirements?

2 years ago
0 Afaiu By Default Trains Logs All Tensorboard Things, Can This Be Turned Off?

the level of configurability in this thing is one of the best I've seen

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

I'm asking that because the DSes we have are working on multiple projects, and they have only one trains.conf file, I wouldn't want them to edit it each time they switch project

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?

Yes, I have a metric I want to monitor so I will be able to sort my experiments by it. It is logged in this manner

logger.report_scalar(title='Mean Top 4 Accuracy', series=ARGS.model, iteration=0, value=results['top_4_acc'].mean())
When looking at my dashboard this is how it looks

3 years ago
0 I'M Looking To Utilize The Trains Aws Autoscaler Functionality, But After Going Through Its Docs A Few Times I Still Don'T Get It. Ultimately, My Setup Is That I Have Multiple Data Scientists Working On Static Instances, And They Have Queues Available To

What about permissions to the machines that are being spun up? For exampel if I want the instances to have specific permissions to read/write to S3 for example, how do I mange those?

3 years ago
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
3 years ago
0 Question About The Auto Scaling Service Under

and I'm using the same credentials

3 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

I was here, but I can't find info for the questions I mentioned

2 years ago
3 years ago
0 And An Explicit Question: When Using

now I'm curious what is the effect of _allow_extra_fields_

3 years ago
0 How Come

ShinyLobster84

2 years ago
Show more results compactanswers