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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
If I have a task and a dataset is being created in a task, how can I get a “link” that this Dataset is created in this task, similar to how Model has the tas...
3 years ago
0 Votes
4 Answers
979 Views
0 Votes 4 Answers 979 Views
When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is it not possible to fire and forget a pipeline? In this example, what’s the step to just trigger a pipeline without waiting? Without the pipe.wait() I don’...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Is there a way to do s3 -> s3 copy while doing a dataset? I don’t want to get it to local from s3 and then upload as a dataset to s3
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
I am not familiar with pytorch, but is it expected that so many “models” are created? These are being repeated as well for a single task (this is training a ...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Sorry if this is addressed in docs somewhere - Does an agent map to one worker (1:1) all the time? Can I have multiple workers in an agent? Does docker mode ...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Are people using devcontainer + clearml-session?
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Need some help with shell script for a task that is not running from what I can see: Have a apt-get install -y poppler-utils and I don’t see it being install...
3 years ago
0 Votes
0 Answers
969 Views
0 Votes 0 Answers 969 Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
30 Answers
980 Views
0 Votes 30 Answers 980 Views
Is it possible to set an environment variable for a task?
3 years ago
0 Votes
9 Answers
982 Views
0 Votes 9 Answers 982 Views
When using docker mode (and specifically k8s glue), what are the options for caching? One option is definitely having a base image that has the things needed...
3 years ago
Show more results questions
0 Does Clearml-Session Work In A Kubernetes Environment?

Ah ok. Kind of getting it, will have to try the glue mode

3 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

I would like to create a notebook instance and start using it without having to do anything on a dev box

3 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

There is kubectl exec 🙂

3 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

AlertBlackbird30 :

--remote-gateway [REMOTE_GATEWAY] Advanced: Specify gateway ip/address to be passed to interactive session (for use with k8s ingestion / ELB)I see this in clearml-session - what’s the intent here?

3 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

But ok the summary is I guess it doesn’t work in a k8s env

3 years ago
0 When Using Docker Mode (And Specifically K8S Glue), What Are The Options For Caching? One Option Is Definitely Having A Base Image That Has The Things Needed. Anything Else? Thanks!

IF there’s a post-task script, I can add a way to zip and upload pip cache etc to s3 - as in do any caching that I want without having first class support in clearml

3 years ago
0 If I Have A Task And A Dataset Is Being Created In A Task, How Can I Get A “Link” That This Dataset Is Created In This Task, Similar To How Model Has The Task Where It Came From

Initially thought use_current_task in Dataset.create does it, but that seems to set the DataprocessingTask itself to the current task

3 years ago
0 Anyway To Make A Job Fail If The Required Python Version (3.7 Vs 3.8 For Example) Is Not Available In The Agent?

I would prefer controlled behavior than some available version being used. Here triggered a bunch of jobs that all went fine and even evaluations were fine and then when we triggered a inference deploy it failed

3 years ago
0 Getting This Error At

Lot of time had passed though

3 years ago
0 Hello

Sounds great!

Is nested projects in the release? I see it in the community server but no mention in the blog or the release notes?

3 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

Yes, for datasets where we need GDPR compliance

3 years ago
0 Has Anyone Done This Exact Use Case - Updates To Datasets Triggering Pipelines?

Sorry if it was confusing. Was asking if people have setup pipelines automatically triggered on update to datasets

3 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

As in if there are jobs, first level is new pods, second level is new nodes in the cluster.

3 years ago
0 Is It Possible To Set An Environment Variable For A Task?

AgitatedDove14 - the actual replication failed. When we run a task by cloning and enqueueing, there is a current task even if I am yet to do a Task.init right?

3 years ago
0 Is It Possible To Set An Environment Variable For A Task?

Looks like Task.current_task() is indeed None in this case. Bit of log below where I print(Task.current_task()) as first step in the script

Environment setup completed successfully Starting Task Execution: None

3 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

The description says this though

A section name associated with the connected object. Default: 'General'

3 years ago
0 Is It Possible To Set An Environment Variable For A Task?

But that itself is running in a task right?

3 years ago
0 Is There A Way To

Something like the Gitlab Kubernetes Executor could work well.

3 years ago
3 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

“notebook as a service” right

3 years ago
3 years ago
Show more results compactanswers