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
TimelyPenguin76
Administrator Moderator
0 Questions, 711 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi, I Have A Question Regarding The Aws-Autoscaler: Am I Understanding Correctly That:

HI JitteryCoyote63 ,

can you try increasing the polling_interval_time_min to 5-7 minutes for the check? do you get double machines with it too?

2 years ago
0 How Do I Get Access To

One of the following objects Numpy.array, pandas.DataFrame, PIL.Image, dict (json), or pathlib2.PathAlso, if you used pickle , the pickle.load return value is returned. and for strings a txt file (as it stored).

3 years ago
0 When Using

I guess not many people use the local file storage

I’m using it 🙂
How can I reproduce this issue? what should I have as cache_dir ? ~/.clearml ?

3 years ago
0 I Am Currently Running A Clearml-Server And Have Few Questions About Dataset Management.

I think the only way you can get it is from the task attribute:

ds = Dataset.get(dataset_id="your dataset id") ds_uri = ds._task.artifacts.get("data").url

2 years ago
0 When Using

👍 let me try to reproduce with it. can you write the change you edited in the docker-compose ?

3 years ago
0 I Have A Question About How To Load A Local Directory To Clearml'S

Hi AverageRabbit65 ,

Is this part of a repository? if so, you can specify the repo in the add_function_step

one year ago
0 Hi, I Was Getting A Really Weird Error Due To Mismatch On The Versions Between The Installed Libraries In My Environment And The Ones Ran In The Node (I Manually Changed The Installed Packages And Everything Worked). How Can I Force Trains To Use Exactly

Basically we can have Pigar or freeze for getting the packages&versions (+ change and create a template in the UI), what is the specific scenario you have? maybe we can think about another solution

3 years ago
0 Hi, Although

Can you check it with the latest? 1.0.2 ?

3 years ago
0 Hi , I Have This Use Case.

Not sure getting that, if you are loading the last dataset task in your experiment task code, it should take the most updated one.

3 years ago
0 Hi Clearml. I'M Trying To Look At Datasets Functionality (With The Help Of

You can change the dataset _task object to have your storage location as output_uri

3 years ago
0 Hi, I Was Getting A Really Weird Error Due To Mismatch On The Versions Between The Installed Libraries In My Environment And The Ones Ran In The Node (I Manually Changed The Installed Packages And Everything Worked). How Can I Force Trains To Use Exactly

Hi GrievingTurkey78

If you like to have the same environment in trains-agent , you can use on your local machine the detect_with_pip_freeze option, on you ~/trains.conf file.
Just change detect_with_pip_freeze: true ( https://github.com/allegroai/trains/blob/master/docs/trains.conf#L168 is an example)

3 years ago
0 Since V1.4.0, Our

Hi UnevenDolphin73 , the fix is ready, can you try it with the latest rc?

pip install clearml==1.4.2rc0

2 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

So if you have ~/trains.conf work with it, if you don't, work offline?

3 years ago
0 Hi, We Have Clearml On K8 Setup. Using The Below, We Run Dynamic Pods On The Cluster.

Hi DeliciousBluewhale87

Can you share the version you are using? Did you get any other logs? maybe from the pod?

3 years ago
0 How Do I Get Access To

If you are entering a specific task artifact, you’ll get an Artifact object ( trains.binding.artifacts.Artifact )

3 years ago
0 Hi Everyone, If I Want To Run A Script That Has Trains Tracking Statements In It But Just This Time I Want To Disable All Logging, How Would I Go About That?

Hi IntriguedRat44

If you don’t want sending framework’s outputs, you can disable those with auto_connect_frameworks=False in your Task.init call.

You can find more options https://github.com/allegroai/trains/blob/master/trains/task.py#L328

3 years ago
0 Is There A Way To Interface With Clearml Agent (Cli?) To Handle Model Repositories And Data Versioning (But So, Not Experimentation, Tight Integration, Pipelining, Etc)?

Not everything is manage with a git repo, if your script is a standalone, the full script will be in the uncommitted changes section (EXECUTION tab).

The repository information is the repository location, the uncommitted changes, the branch with commit id / tag.

BTW, the full link to the docs - https://allegro.ai/clearml/docs/

3 years ago
Show more results compactanswers