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
BattyHedgehong22
Moderator
17 Questions, 19 Answers
  Active since 07 February 2023
  Last activity one year ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
0 Answers
554 Views
0 Votes 0 Answers 554 Views
one year ago
0 Votes
7 Answers
591 Views
0 Votes 7 Answers 591 Views
Hey Community, So I am facing an issue related to passing parameters. I am getting the parameters from the taskscheduler , taskparameter.
one year ago
0 Votes
1 Answers
536 Views
0 Votes 1 Answers 536 Views
one year ago
0 Votes
4 Answers
707 Views
0 Votes 4 Answers 707 Views
How can I access github/bitbucket repository using my python file to run in clearml??
one year ago
0 Votes
8 Answers
643 Views
0 Votes 8 Answers 643 Views
Hello Community, Can I run multiple clearml agent from one machine??
one year ago
0 Votes
1 Answers
693 Views
0 Votes 1 Answers 693 Views
Hey Community! Having repository cloning issue can anyone help......
one year ago
0 Votes
0 Answers
504 Views
0 Votes 0 Answers 504 Views
I am giving the parameters this way
one year ago
0 Votes
3 Answers
659 Views
0 Votes 3 Answers 659 Views
one year ago
0 Votes
7 Answers
722 Views
0 Votes 7 Answers 722 Views
one year ago
0 Votes
0 Answers
575 Views
0 Votes 0 Answers 575 Views
Can you quit a running worker in clearml
one year ago
0 Votes
1 Answers
607 Views
0 Votes 1 Answers 607 Views
Can we manage this operation of connecting task in a pipelline controller logic file
one year ago
0 Votes
0 Answers
563 Views
0 Votes 0 Answers 563 Views
Showing an error of limited disk space when run two agents from one machine
one year ago
0 Votes
1 Answers
689 Views
0 Votes 1 Answers 689 Views
Hey Team, How can I pass parameters in my pipeline controller and access them in my step one task????
one year ago
0 Votes
1 Answers
548 Views
0 Votes 1 Answers 548 Views
What permissions do i need to provide to the bot foe sending notifications in my slack workspace
one year ago
0 Votes
0 Answers
619 Views
0 Votes 0 Answers 619 Views
How can i read my json file in my pipeline controller logic ??
one year ago
0 Votes
5 Answers
607 Views
0 Votes 5 Answers 607 Views
Cannot import my custom python file when creating a pipeline using the decorator do anyone have any idea as to how to solve this issue.
one year ago
0 Votes
4 Answers
618 Views
0 Votes 4 Answers 618 Views
How to read a params file in pipeline decorater
one year ago
0 How To Read A Params File In Pipeline Decorater

I have a json file specifying some required input for my executing pipeline function. So how can I give that to connect the pipeline to my input

one year ago
0 How To Read A Params File In Pipeline Decorater

Is their anything similar to this in a Pipeline Decorater

Task.current_task().connect_configuration('my_conf.json', name="my conf file")
one year ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

I have done that sit it is showing authentication error

one year ago
0 How Can I Access Github/Bitbucket Repository Using My Python File To Run In Clearml??

yes running through the agent. Currently I am using my local machine to run the code instead I want to use my bitbucket repository to run the Task

one year ago
0 Hey Community, So I Am Facing An Issue Related To Passing Parameters. I Am Getting The Parameters From The Taskscheduler , Taskparameter.

So, I am passing my parameters which I need to change in the task-scheduler file by the code:
image

one year ago
0 Hey Community, So I Am Facing An Issue Related To Passing Parameters. I Am Getting The Parameters From The Taskscheduler , Taskparameter.

now I want to access this parameters into the pipeline and pass it along to step one for which I am using the above snippet

one year ago
0 Hello Community, Can I Run Multiple Clearml Agent From One Machine??

can you give more details what's exactly happening here? what are the env variables and other stuff?

one year ago