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

Reputation

0
0 Hi. I'M Running This Little Pipeline:

Sure, all the auto magic can be configured too - https://clear.ml/docs/latest/docs/faq#experiments , search for Can I control what ClearML automatically logs? to view all the options šŸ™‚

2 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Hi UnevenDolphin73 , so all works now? With multi credentials?

2 years ago
0 Hi. Question About Dataset Upload Errors: When Uploading A

Hi PanickyMoth78 ,

Can you try with pip install clearml==1.8.1rc0 ? it should include a fix for this issue

2 years ago
3 years ago
3 years ago
0 Hi All, Regarding Python Version (I.E., 3.6 Vs. 3.8), What Is The Best Practice Way Of Specifying Or Changing This For A Job Running On An Agent? I See Some Documentation About Changing The Preferred Version When Running The Agent. Does That Mean I Need T

Hi GleamingGrasshopper63 , can you share how you are running the clearml agent (with venv, docker, if docker, your image?)?
For updating the agent configuration after its started to run, youā€™ll need to restart the agent šŸ™‚

2 years ago
2 years ago
0 Hey All, I'M Having A Problem Integrating Clearml In My Training. ---------------------------------------------------------------------------------------------- First, I'M Getting A Warning: Clearml Monitor: Could Not Detect Iteration Reporting, Falling B

Hi MotionlessMonkey27 ,

first, Iā€™m getting a warning:
ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start

This simply indicated your task did not start reporting metrics to the server yet. Once reporting started, it will go back to iterations-based.

Also, ClearML is not detecting the scalars, which are being logged as follows:

tf.summary.image(ā€˜outputā€™, output_image, step=self._optimizer.iterations.numpy())
or
for key, value in...

3 years ago
0 Hi. I'M Running This Little Pipeline:

How do I prevent the content of a uri returned by a task from being saved by clearml at all.

I think the safest way doing so it to change the clearml files server configuration in your ~/clearml.conf file, you can set https://github.com/allegroai/clearml/blob/master/docs/clearml.conf#L10 to some local mnt path for example of some internal storage service (like minio for example) and the default, including artifacts, debug images and more will be saved in this location by defaul...

2 years ago
0 Hi. I'D Like To Try The Gcp Autoscaler.

Hi PanickyMoth78 , thanks for the logs, I think I know the issue, iā€™m trying to reproduce it my side, keeping you updated about it

2 years ago
0 Hi. I'M Running This Little Pipeline:

Hi PanickyMoth78 ,

Note that if I change the component to return a regular meaningless string -

"mock_path"

, the pipeline completes rather quickly and the dataset is not uploaded. (edited)

I think it will use the cache from the second run, it should be much much quicker (nothing to download).

The files server is the default for saving all the artifacts, you can change this (default) with env var ( CLEARML_DEFAULT_OUTPUT_URI ) or config file ( ` sdk.development...

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

and after with get_local_copy() ?

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 Can I Upload Files That Are Created On The Remote Machine? So Far It Just Get Stuck (The Files Are Small 10 Kb Or So) I Have A Script That Creates A Folder With Some Files, Some Of Them I Want To Keep, So I Tried Uploading To Storage, No Luck.

Hi GleamingGiraffe20 ,

The example in the documentation is missing a filename at the end of remote URL (an error I gotten locally when I tried to upload).

In https://allegro.ai/docs/examples/examples_storagehelper/#uploading-a-file example, the filename is /mnt/data/also_file.ext , did I miss the example you talked about? If so, can you send a link to it?

When using a trains task to track my run AND changing my scripts output directory, I get: ā€˜TRAINS Monitor: Could not d...

4 years ago
0 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

Hi DeliciousBluewhale87 ,
You can try to configure the files server in your ~/clearml.conf file. could this work?

3 years ago
0 Hi, While Trying To Upload To Gcp Bucket From A Task Part Of Pipeline We Are Getting This Error:

Hi ApprehensiveSeahorse83 , from the link, you can limit the version of protobuf, try adding

Task.add_requirements('protobuf', '<=3.20.1')

2 years ago
0 What Is The Recommended Way To Stop The Execution Of A Specific Agent? This Command Doesn'T Allow Me To Specify The Agent Ip I Want To Stop:

Hi GiganticTurtle0 ,

My favorite is ps -ef | grep clearml-agent and after kill -9 <agent pid>

3 years ago
0 How Come I Use

Hi WackyRabbit7 ,

not sure I get it, you dont see the report in the UI?

3 years ago
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

Unfortunately, it is not possible to delete an experiment using the UI. You can run the script as a service like in the example or run it with job scheduler (crontab for example in linux) to execute it.

Can this do the trick?

4 years ago
Show more results compactanswers