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
SuperiorPanda77
Moderator
10 Questions, 49 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

29 × Eureka!
0 Votes
3 Answers
993 Views
0 Votes 3 Answers 993 Views
Hey everyone, is it possible to use the task_filter argument of Task.query_tasks to filter based on the value of a particular parameter?
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hey everyone, got a quick questions about backing up a ClearML server. Should the server be stopped with docker-compose down before archiving /opt/clearml/da...
2 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hey everyone, should a self-hosted ClearML server be stopped before backing up? Are there any risks to backing up (i.e. tar ring /opt/clearml/data ) when the...
one year ago
0 Votes
9 Answers
949 Views
0 Votes 9 Answers 949 Views
Hi again, are there any examples of one script being used to execute multiple remote tasks? If I could use Task.execute_remotely with clone=False and exit_pr...
one year ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hi, I've got a quick question about Task.connect . I'm trying to connect a dictionary which contains a few thousand hashes and it works fine locally but take...
2 years ago
0 Votes
3 Answers
997 Views
0 Votes 3 Answers 997 Views
Hi! I have a few tasks that are not transitioning from Running to Completed , despite that python process terminating. Are there any known reasons for this?
one year ago
0 Votes
4 Answers
994 Views
0 Votes 4 Answers 994 Views
one year ago
0 Votes
4 Answers
974 Views
0 Votes 4 Answers 974 Views
Does Task.init() just return the current task when run on a task that has been launched remotely by Task.execute_remotely ? It looks like that is the behavio...
2 years ago
0 Votes
12 Answers
948 Views
0 Votes 12 Answers 948 Views
Is it possible to change the files_server URL displayed when generating new credentials in the GUI? For example, to a GCP bucket address.
2 years ago
0 Votes
2 Answers
942 Views
0 Votes 2 Answers 942 Views
Hey everyone, please could I have a volunteer to help me with this https://github.com/allegroai/clearml-server/pull/114 ? We need someone on an Intel MacOS t...
2 years ago
0 Hello! When I Delete Tasks, Models Or Datasets From The Fileserver'S Ui, The Associated Artifacts (In

CostlyOstrich36 I use the GCP disk image to launch a Compute Engine instance which sits behind an HTTP load balancer

2 years ago
0 Hi All, I’M Trying To Work Out How To Reduce The Amount Of Space Taken Up By Old Tasks On Our Self Hosted Server. I’Ve Deleted About 400 Tasks (200 Or So Were Already Archived) Out Of About 2000 And Was Expecting To See A Reduction In Folder Size In

Thanks @<1523701087100473344:profile|SuccessfulKoala55> , I’ve taken a look and is this force merging you’re referring to? Do you know how often ES is configured to merge in clearml server?

one year ago
2 years ago
0 Hey Everyone, Should A Self-Hosted Clearml Server Be Stopped Before Backing Up? Are There Any Risks To Backing Up (I.E.

Hi CostlyOstrich36 thanks for the response and makes sense.

What sort of problems could happen, would it just be the corruption of the data that is being written or could it be more breaking?

For context, I’m currently backing up the server (spinning it down) every night but now need to run tasks over night and don’t want to have any missed logs/artifacts when the server is shutdown.

one year ago
0 Hi, I'M Setting A

task.get_parameters and task.get_parameters_as_dict have the keyword argument cast which attempts to convert values back to their original type, but interestingly doesn't seem to work for properties:

` task = Task.init()
task.set_user_properties(x=5)
task.connect({"a":5})
task.get_parameters_as_dict(cast=True)

{'General': {'a': 5}, 'properties': {'x': '5'}} Hopefully would be a relatively easy extension of get_user_properties ` !

2 years ago
0 Hi, I'Ve Got A Quick Question About

Yep GCP. I wonder if it's something to do with Container-Opimized OS, which is how I'm running the agents

2 years ago
0 Is It Possible To Change The

I think you should open a github feature request since there is currently no way to do this via UI

Will do. Is there a way to do it no via the UI? E.g. in the server configuration (I'm running a self hosted server)?

2 years ago
0 Hi Again, Are There Any Examples Of One Script Being Used To Execute Multiple Remote Tasks? If I Could Use

Ah right, nice! I didn’t think it was as I couldn’t see it in the Task reference , should it be there too?

one year ago
0 Hi, I'Ve Got A Quick Question About

Yeah it's strange isn't it!

2 years ago
0 Hi, I'Ve Got A Quick Question About

connect_configuration seems to take about the same amount of time unfortunately!

2 years ago
0 Hi, I'Ve Got A Quick Question About

Maybe it was the load on the server? meaning dealing with multiple requests at the same time delayed the requests?!

Possibly but I think the server was fine as I could run the same task locally and it took a few seconds (rather than 75) to upload. The egress limit on the agent was 32 Gbps which seems much larger than what I though I was sending but I don't have a good idea of what that limit actually means in practice!

2 years ago
0 Hi, I'Ve Got A Quick Question About

I realise I made a mistake and hadn't actually used connect_configuration !

I think the issue is the bandwidth yeah, for example when I doubled the number of CPUs (which doubles the allowed egress) the time taken to upload halved. It is puzzling because as you say it's not that much to upload.

For now I've whittled down the number of entries to a more select but useful few and that has solved the issue. If it crops up again I will try connect_configuration properly.

Thanks for ...

2 years ago
0 Hi, I'Ve Got A Quick Question About

That said, maybe the connect dict is not the best solution for thousand key dictionary

Seems like it isn't haha!
What is the difference with connect_configuration ? The nice thing about it not being an artifact is that we can use the gui to see which hashes have changed (which admittedly when there are a few thousand is tricky anyway)

2 years ago
Show more results compactanswers