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, 3713 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi Good Folks Here! Does Clearml Allow Auto-Rerun Of Failed Jobs, For Example When A Spot Instance Gets Interrupted, Please? (Or Auto-Resume, If Checkpointing Logic In Place)

Hi @<1546665634195050496:profile|SolidGoose91> , I think this capability exists when running pipelines. The pipeline controller will detect spot instances that failed and will retry running them.

Are you using the PRO or the open source auto scaler?

one year ago
0 Hi, When Using A Pipeline Decorator How Do I Add A Local Module? I Keep On Getting This Error Message:

Hi @<1523701295830011904:profile|CluelessFlamingo93> , I think you need this module as a part of repository, otherwise, how will the pipeline know what code to use?

one year ago
2 years ago
0 Is There A Gcp Driver Similar To

Hi @<1523701083040387072:profile|UnevenDolphin73> , not in the open source

9 months ago
0 Hi, I Would Like To Report Another Bug Introduced With Clearml-Server 1.2.0: In The Comparison Page Of Two Experiments, On The Scalar Tab, With The Graph Layout, When Clicking On The Eye On One Scalar Group To Hide The Related Graphs, The Later Do Disappe

Hi,
I can't seem to reproduce. The steps I try as follows:
Compare 2 experiments
Enough scalar graphs to have a scroll bar
Click on the eye to make some graphs disappear, they disappear but no empty spaces are shown. Can you maybe add a screenshot?

2 years ago
0 Hey Everyone With Recent Changes In Dockerhub Policy, Very Soon We Will Lose Our Ability For Pull

Hi @<1523701842515595264:profile|PleasantOwl46> , I think its a docker hub limitation for non paying accounts pulling too many images and unrelated to ClearML. You can always host your own artifactory as well.

one month ago
0 Please Tell Me What Is Needed So That The Models Saved In The Tensorboard Are Automatically Saved In S3? Upd: Like This Doesn'T Work:

Hi @<1523702932069945344:profile|CheerfulGorilla72> , in Task.init specify output_uri= None

one year ago
0 Hi ,Could We Use Clearml For Nlp Projects?

Hi @<1536881167746207744:profile|EnormousGoose35> , you certainly can and should 🙂

one year ago
0 Hi, Can I Default A Docker Image When Running A Pipeline? I Currently Set It As

I just want to verify that it took affect because from my experience the method is task.set_base_docker(docker_image="python:3.9-bullseye")

2 years ago
0 Hi, I Am Running A Script Very Similar To The One In

For example:

task = Task.init(project_name='examples', task_name='PyTorch MNIST train', output_uri=True)

    # Training settings
    parser = argparse.ArgumentParser(description='PyTorch MNIST Example')
    parser.add_argument('--ds-name', default="blabla")
    args = parser.parse_args()
5 months ago
0 Hi, We Are Trying To Understand When The Auto-Logging Parameters Configuration. From The

Not one known to me, also, it's a good practice to implement (Think of automation) 🙂

2 years ago
0 Is There A Way To Obtain The User

Why not give an option to provide their user name and then convert it in the code?

2 months ago
0 Hi, Quick Y/N Question: Is It Possible To Build A Pipeline Of Pipelines? I'D Imagine This To Be Possible, Since Pipelines Are Also Treated As Tasks.

Hi @<1523703572984762368:profile|SlimyDove85> , conceptually I think it's possible. However, what would be the use case? In the end it would all be abstracted to a single pipeline

one year ago
0 Hi, Part Of The Ml Pipeline I'M Working On Temporarily Stores Intermediate Features Using

I think I've encountered something related to this. Let me take a look at the docs

2 years ago
0 Good Afternoon I Didn'T Find Any Mention In The Documentation Please Tell Me If It Is Possible To Implement “Move To Top” Through The Api, How Can This Be Done Through The Ui

Hi @<1523702932069945344:profile|CheerfulGorilla72> , it's possible. I see the web UI uses queues.move_task_to_front .
I suggest using the webUI as a reference together with developer tools 🙂

10 months ago
one year ago
0 Hi All! I'M Struggling With A Specific Scenario, Maybe You Could Help. I Have 2 Machines Types (For Example Titan/A100) And 10 Types Of Models With A Generic Code (I Pass The Model Name As An Arg). I Want To Create A Task For Each Of The 20 Runs. That'S I

Hi @<1531807732334596096:profile|ObliviousClams17> , I think for your specific use case it would be easiest to use the API - fetch a task, clone it as many times as needed and enqueue it into the relevant queues.

Fetch a task - None
Clone a task - None
Enqueue a task (or many) - [None](https://clear.ml/docs/latest/docs/references/api/ta...

one year ago
0 Hello Admin, Please Add More Mlops Hands On Learning Resources On Youtube.

Hi @<1753589101044436992:profile|ThankfulSeaturtle1> , what sort of materials do you think you're missing?

one month ago
0 I Am Trying To Run The

Hi GrievingDeer61 , you need to create the queue yourself or change the queue that is being used to something you created 🙂

2 years ago
0 Hello! Are You Able To Help Be Debug This Message?

Hi @<1734020162731905024:profile|RattyBluewhale45> , from the error it looks like there is no space left on the pod. Are you able to run this code manually?

2 months ago
5 months ago
0 Has Anyone Ever Had Any Problems With The

Hi @<1595225628804648960:profile|TroubledLion34> , can you please add a log of what you're inputting/getting in clearml-session ?

one year ago
0 Hi, Currently Running

So you're using the community server? Response time really depends on the resources of the machine that is running the server and amount of data to filter

2 months ago
Show more results compactanswers