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
5 Answers
942 Views
0 Votes 5 Answers 942 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...
2 years ago
0 Votes
20 Answers
965 Views
0 Votes 20 Answers 965 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...
4 years ago
0 Votes
0 Answers
956 Views
0 Votes 0 Answers 956 Views
to a private repo obviously
3 years ago
0 Votes
2 Answers
964 Views
0 Votes 2 Answers 964 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
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
23 Answers
991 Views
0 Votes 23 Answers 991 Views
What's going on with the documentation site?
4 years ago
0 Votes
9 Answers
945 Views
0 Votes 9 Answers 945 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
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
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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?
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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
11 Answers
1K Views
0 Votes 11 Answers 1K Views
3 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
16 Answers
965 Views
0 Votes 16 Answers 965 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...
3 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Any documentation (code examples) on how to log custom plotly plots?
3 years ago
0 Votes
8 Answers
982 Views
0 Votes 8 Answers 982 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
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
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
23 Answers
1K Views
0 Votes 23 Answers 1K 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 ...
4 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
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
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
Show more results questions
0 Question About The Storage Manager. Assuming I Have An Object That Updates Frequently And Always Saved At The Same Path (E.G.

In the larger context I'd look on how other object stores treat similar problems, I'm not that advanced in these topics.

But adding a simple force_download flag to the get_local_copy method could solve many cases I can think of, for example I'd set it to true in my case as I don't mind the times it will re-download when not necessary as it is quite small (currently I always delete the local file, but it looks pretty ugly)

4 years ago
0 Question About The Storage Manager. Assuming I Have An Object That Updates Frequently And Always Saved At The Same Path (E.G.

I might, I'll look at the internals later cause at a glance I didn't really get the logic inside get_local_copy ... the if there is ending with if ... not cached_file: return cached_file which from reading doesn't make much sense

4 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 Assuming I Have A

The scenario I'm going for is never to run on the dev machine, so all I'll need to do once the server + agents are up is to add task.execute_remotely... after the Task.init line and after the execution of the script is called on the dev machine, it won't actually run but rather enqueue itself for the agent to run it?

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

can you tell me which API call exactly are you using for spinning up? I would like to debug and try to use boto3 myself in order to spin up an instance, so I can understand where the problem is coming from

4 years ago
0 Question About The Auto Scaling Service Under

no need to do it again, I ahve all the settings in place, I'm sure it's not a settings thing

So just to correct myself and sum up, the credentials for AWS are only in the cloud_credentials_*

4 years ago
0 Question About The Auto Scaling Service Under

I doubled checked the credentials in the configurations, and they have full EC2 access

4 years ago
0 Question About The Auto Scaling Service Under

So what's our next move FriendlySquid61 ? O_O

4 years ago
4 years ago
0 Question About The Auto Scaling Service Under

Now I remind you that using the same credentials exactly, the auto scaler task could launch instances before

4 years ago
0 Question About The Auto Scaling Service Under

and when looking at the running task, I still see the credentials

4 years ago
0 Question About The Auto Scaling Service Under

the ones in the export are like you said

4 years ago
0 Question About The Auto Scaling Service Under

Actually I removed the key pair, as you said it wasn't a must in the newer versions

4 years ago
0 Question About The Auto Scaling Service Under

I'll try to debug this and updat

4 years ago
4 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

4 years ago
0 Question About The Auto Scaling Service Under

I have them in two different places, once under Hyperparameters -> General

4 years ago
0 Question About The Auto Scaling Service Under

I ran the wizard liek a milion times

4 years ago
0 Question About The Auto Scaling Service Under

and I'm using the same credentials

4 years ago
Show more results compactanswers