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

Reputation

0

Badges 1

9 × Eureka!
0 Votes
3 Answers
617 Views
0 Votes 3 Answers 617 Views
Hi, following https://clearml.slack.com/archives/C03E7MNDG3C/p1656488505708899 - I wanted to test my code, but Task.get_tasks() failed with SDK 1.6.0 and Ser...
one year ago
0 Votes
2 Answers
651 Views
0 Votes 2 Answers 651 Views
Hi, I am creating task in my jupyterlab notebook. When I what to mark the task as failed, my kernel "appears to have died". from clearml import Task task = T...
one year ago
0 Votes
5 Answers
695 Views
0 Votes 5 Answers 695 Views
Hi, I have a problem with "Dataset" module. I create dataset and uploaded few files: files_root='/tmp' dataset = Dataset.create(dataset_name='2022', dataset_...
one year ago
0 Votes
3 Answers
646 Views
0 Votes 3 Answers 646 Views
Hi guys, In WEB UI, I see METADATA tab for MODELS. I've checked all documentation and didn't find how can I update my model metadata from code level. Any sug...
one year ago
0 Votes
3 Answers
634 Views
0 Votes 3 Answers 634 Views
one year ago
0 Votes
7 Answers
677 Views
0 Votes 7 Answers 677 Views
Hi, I have noticed that Dataset has started reporting my dataset head as a txt file in "Debug samples -> Metric: Tables". Can I disable it? Thanks!
one year ago
0 Hi, I Am Creating Task In My Jupyterlab Notebook. When I What To Mark The Task As Failed, My Kernel "Appears To Have Died".

Hi CostlyOstrich36 I am using docker image nvidia/cuda:11.6.0-runtime-ubuntu20.04.
Docker is started on WSL2 on win10

one year ago
0 Hi, Following

Hi SmugDolphin23 , CumbersomeCormorant74
Seems to be working fine 🙂
Thanks, good job!

one year ago
0 Hi, I Have A Problem With "Dataset" Module. I Create Dataset And Uploaded Few Files:

Guys, it looks like my bad. I wanted to recreate the issue again and its working. I had to have a mess in my current session.
So good news, thats not a bug 🙂
Anyway, thanks for you time.

one year ago
0 Hi, I Have A Problem With "Dataset" Module. I Create Dataset And Uploaded Few Files:

After upgrade to the newest version I had to recreate all datasets to be working in new Dataset view in GUI. So all dataset are fresh :)

one year ago
0 Hi, I Have Noticed That Dataset Has Started Reporting My Dataset Head As A Txt File In "Debug Samples -> Metric: Tables". Can I Disable It? Thanks!

Hmm.. doesn't work for me. You mean just add dataset.preview.tabular.table_count = 0 at the end of my clearml.conf file?

one year ago
0 Hi, I Am Creating Pipeline From Function With Dynamically Created Steps, Eg. If I Pass Pipeline Param Tune_Optime='Recall,Precision', My Pipeline Is Creating 2 Tasks/Steps - Each For Trained Model. Everything Is Working Really Nice, When I Start Pipeline

Hi AgitatedDove14 ,
Ad1. yes, think this is kind of bug. Using _task to get pipeline input values is a little bit ugly 🙂
Ad2. I am not sure, I ask a question then:
When I run pipeline from script, new pipeline is built from scratch (all steps etc), but by clicking "NEW RUN" in GUI it just reuse existing pipeline. Is it correct?
Your question may get positive answer then and I can imagine explanation for that. I am just thinking if it working like that by design or not.

one year ago