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
ReassuredTiger98
Moderator
95 Questions, 639 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

606 × Eureka!
0 Has Anyone Found A Workaround For The Bug?

I have a related question: I read here that 4GB is a http limitation and ClearML will not chunk single files. I take from that, that ClearML did not want/there was no need to implement an own solution so far. But what about models that are larger than 4GB?

2 years ago
0 Hi Everyone, Quick Question Regarding Minio And Logging:

Is this really working for you guys? I have no clue what's wrong. Seems so unlikely that my code works with artifacts, datasets, but not logging...

2 years ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

I see a python 3 fileserver.py running on a single thread with 100% load.

3 years ago
0 I Am Back With Another Question: Is There A File Similar To The

I have my development machine where I develop for multiple projects. I want to configure clearml differently based on the project. Similar to .vscode , .git or .idea at the project level.

3 years ago
0 Hi Fam! Sorry For The Potential Dumb Question, But I Couldn’T Find Anything On The Interwebs About It. I’M Hosting A Clearml Server On Aws, Using S3 As A Backend For Artifact Storage. I Find That Whenever I Delete Archived Artifacts In The Web App, I Get

No, it is just a pain to find files that have been deleted by a user, but are actually not deleted in the fileserver/s3 πŸ™‚
But no worries, nothing that is crucial.

I created this issue today, which can alleviate the pain temporarily: https://github.com/allegroai/clearml-server/issues/133

2 years ago
0 Is It Possible To Set Default Columns To Show On The Clearml-Server Web Ui For Every User?

Thanks a lot. But even for a user, I can not set a default for all projects, right?

one year ago
0 Hi Everyone, Is It Possible To Show The Upload Progress Of Artificats? E.G. I Use

Seems more like a bug or something is not properly configured on my side.

3 years ago
0 Hello! Since Today I Get

You suggested this fix earlier, but I am not sure why it didnt work then.

3 years ago
0 Hi, Is It Intented Behavior That Models That Are Saved By A Clearml-Agent Will Have The Clearml-Agents User (So The User Of Which Generated The Api Credentials For The Agent) In The "User" Field Of The Model Instead Of The User Who Started The Task?

There is no way to create an artifact/model/dataset without a task, right? Just always inherit from the parent task. And if cloned change the user to the user who did the clone.

(just for my own interest: how much does the enterprise version divert from the open source version? It it just extended or are there core changes to the enterprise version)

2 years ago
0 I Finally Got The Cleanup_Service.Py To Run. However, Now I Get Errors When Trying To Load Scalars. This Is What I Found In The Logs

In the WebUI it just shows that an error happened after the loading bar has been running for a while.
I tried to delete the same tasks again and this time, it instantly confirmed deletion and the tasks are gone.

3 years ago
0 Hello! Since Today I Get

Yea, one second.

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

At least when you use docker containers the agent will reuse the existing python environment.

3 years ago
0 Hello! Since Today I Get

For now I can tell you that with conda_freeze: true it fails, but with conda_freeze: false it works!

3 years ago
0 I Have A Self-Hosted Clearm-Server And And Clearml-Agent Started With

Local execution output:
ClearML Task: created new task id=855948f5d73c47e2ae37bb821385e15b ======> WARNING! Git diff to large to store (2190kb), skipping uncommitted changes <====== ClearML results page: uploading artifact done uploading artifact 2021-02-05 16:24:56,112 - clearml.Task - INFO - Waiting to finish uploads 2021-02-05 16:24:58,499 - clearml.Task - INFO - Finished uploading

3 years ago
0 Hello! Since Today I Get

Thank you! πŸ™‚

3 years ago
0 I Am Trying Pytorch Nightly Again With Python 3.10. Works Fine Locally, But Fails On Clearml-Agent In Docker Mode.

I installed as told on pytorch.org : pip3 install --pre torch torchvision torchaudio --index-url None

one year ago
0 I Cannot Get Clearml-Agent With Docker Containers To Work. Clearml Uses

Yea. Not using the config file does not seem like a good long-term solution for me. However, I still have no idea, why this error happens. But enough for today. Thank you a lot for your help!

3 years ago
0 Hello Everyone, Quick Question: How Can I Specify That I Want To Run My Task With

The default behavior mimics Python’s assert statement: validation is on by default, but is disabled if Python is run in optimized mode (via python -O). Validation may be expensive, so you may want to disable it once a model is working.

2 years ago
0 Hi Everyone, I Am Having Problems Getting Pytorch Nightly (For Torch 2.0 Preview) To Run On Clearml-Agent. Here Is My Log. Maybe Someone Sees What The Issue Is. I Dont Get It. It Runs All Fine Locally!

Is it possible to set extra-index-url on a per-task basis? Just asking because of the way you wrote it with the two dashes πŸ™‚

2 years ago
0 Hey Everyone, I Have Another Question: Is It Possible To Change Agent Config For Each Task? E.G.

Hi KindChimpanzee37 I was more asking about the general idea to make these settings task-specific, but thank you for the suggestion anyways, I will definitely apply it.

2 years ago
Show more results compactanswers