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

Reputation

0
0 Hi All, I Use Autoscalers In My Training Configuration, And I Have An Issue With Them.

Yes, this will cause the code to run inside the container.

if so it won't work as my environment is in the hist linux

Not sure I understand this part, can you please elaborate?

5 months ago
0 Hi, I Have An Aws Autoscaler Based On The Sample Autoscaler Example Posted In Clearml Git. My Instances Need Random External Ip On Init. Is There A Way To Edit The Yaml Created By The Python Script To Do So?

Hi @<1639799308809146368:profile|TritePigeon86> , you mean that in order to initialize machines in ec2 you need to provide some external ip or you need to pass the external ip as a parameter in order for the job to run?

11 months ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

BoredPigeon26 , regarding 2, no I'm afraid not since the task ID is the unique task identifier

3 years ago
0 Hi, If I Work With Excel Files And I Add New Features In It How Can Clearml Can Help Me Track The Features? How Should I Store My Samples (500,000) To Maximize The Benefit?

Hi JitteryParrot8 ,

ClearML DataOps doesn't track changes in specific files. You can simply store each "new" file as a new version and keep the lineage.

How should I store my samples (500,000) to maximize the benefit?

Can you elaborate please?

2 years ago
0 Hey Everyone! When Adding Files To A Dataset, Is There A Way To

Hi ShortElephant92 , how are you adding files currently? Code or CLI? You can specify the storage in both cases.

Via CLI using the
--output-uritag.
https://clear.ml/docs/latest/docs/clearml_data/clearml_data_cli#create

Via code use the output_url parameter during Dataset.create() call
https://clear.ml/docs/latest/docs/clearml_data/clearml_data_sdk#datasetcreate

2 years ago
0 Dear Team - I Have Some Gui Related Requests / Questions:

It's the ~/clearml.conf on the side of the agent/clearml that runs the script 🙂

3 years ago
0 Does Anyone Know If It Is Possible To Add A Plot From A Stylized Pandas Data Frame? I Can Easily Log A Pandas Data Frame With

Hi DangerousDragonfly8 , I believe this is supported. You just need to have the object already with links embedded inside

2 years ago
0 Hi, In The Slack Alert Example, What Does "This Function Will Never End" Mean? Not Even After The Task Finish?

Hi PunyWoodpecker71 , I guess it means the task will never finish either

2 years ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

There are no role based access controls in the open source version. This feature exists only in the Scale/Enterprise licenses.

one year ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

Are you self hosted or using the community?

8 months ago
0 Hi All, Does Clearml Has A Nodejs Sdk Similar To Python Sdk.

Hi @<1528546301493383168:profile|ThoughtfulElephant4> , I'm afraid not

one year ago
0 Hi, Actually Now A Saw In The Logs:

Hi SkinnyPanda43 , did you set poetry as your package manager or do you simply want to install it as part of the environment?

2 years ago
2 years ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

This is how I usually add visualization

#Report data preview
ds.get_logger().report_table(title="Data Sample", series="First Ten Rows", table_plot=data1[:10])
ds.upload()
ds.finalize()
one year ago
0 Can I Somehow Change A Project Settings Via The Python Sdk?

I think you can do this only through the API, if at all possible since it's a system tag. Which project do you want to edit?

one year ago
0 Hi, When Trying To To Run An Experiment With Pytorch, Pip Keeps Failing On Installing The Pytorch Packages, Did Somebody Else Solve This Problem? Here Are My Log Files.

Hi CluelessFlamingo93 , I see the following traceback in your log:
`
1672308338689 bfm:0 DEBUG ━━━━━━━━━━━━━━╸ 0.7/1.8 GB 5.9 MB/s eta 0:03:16
ERROR: Exception:
Traceback (most recent call last):
File "/home/bat/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py", line 437, in _error_catcher
yield
File "/home/bat/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py", line 560, in read
...

one year ago
0 Hej Everyone! How Do I Pass

If you want this to be applied to all jobs that run on that agent then yes. Otherwise you can set it up on the task level as well

one year ago
0 I Have A Training Script That I Ran On A Local Machine With Gpu (2070 Super) And It Works Normally (It Utilizes The Gpu), But When I'M Training It On

Hi @<1572757559406759936:profile|CrabbySquid74> , are you sure that the machine has all the drivers installed and is capable of running experiments regardless of ClearML?

one year ago
0 Hi! I Have A Few Tasks That Are Not Transitioning From

Hi SuperiorPanda77 ,how are the tasks running? Locally or via agent? What does the log show?

one year ago
Show more results compactanswers