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
PricklyRaven28
Moderator
18 Questions, 108 Answers
  Active since 10 January 2023
  Last activity 2 months ago

Reputation

0

Badges 1

106 × Eureka!
0 Votes
1 Answers
975 Views
0 Votes 1 Answers 975 Views
Also it’s weird to me that when running pipelines in debugging_pipeline that it will even show in the UI
one year ago
0 Votes
4 Answers
78 Views
0 Votes 4 Answers 78 Views
Hi
Hi πŸ™‚ I'm working on slack alerts based on the open source example, we added slack mentions like this def get_username_tag(self, task:Task): res = Task._get_...
2 months ago
0 Votes
6 Answers
976 Views
0 Votes 6 Answers 976 Views
Hey
Hey πŸ™‚ Working with ClearML pipelines, is there a way to change default directory artifacts to archive with tar instead of zip ? Speaking of the default retu...
one year ago
0 Votes
2 Answers
859 Views
0 Votes 2 Answers 859 Views
Hey
Hey πŸ™‚ I'm using pipelines with decorators and trying to set a custom docker image to the pipeline itself which doesn't seem to accept a "docker=" argument l...
one year ago
0 Votes
18 Answers
707 Views
0 Votes 18 Answers 707 Views
https://clearml.slack.com/archives/CTK20V944/p1713357955958089 Any idea about this?
7 months ago
0 Votes
30 Answers
953 Views
0 Votes 30 Answers 953 Views
Hey everyone πŸ™‚ I’m trying to use a ClearML on prem for experiment visualization only, having some issues with multi GPU. It seems that clearml is creating a...
2 years ago
0 Votes
1 Answers
477 Views
0 Votes 1 Answers 477 Views
Hi
Hi πŸ™‚ How can i disable requirements install when an agent is starting a task? we use docker, so everything should already be installed
7 months ago
0 Votes
2 Answers
921 Views
0 Votes 2 Answers 921 Views
Hi
Hi πŸ™‚ I'm trying to figure out if i have a way to report pipeline-step artifact paths in the main pipeline task. (So i don't need to dig into steps to find t...
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
There is a problem starting from clearml 1.7.0 with python-fire from clearml import Task import fire def check(first): print(first) if __name__ == '__main__'...
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hey πŸ™‚ I’m also using the AWS autoscaler with pipelines, and i can’t seem to make the intermediate steps output their results to S3 instead of the fileserver...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
i think there is some bug with clearml==1.7.1. I’m working with pipelines and after updating to 1.7.1 all the kwargs are passed as None to the steps, when do...
2 years ago
0 Votes
30 Answers
981 Views
0 Votes 30 Answers 981 Views
If possible, i would like all together prevent the fileserver and write everything to S3 (without needing every user to change their config)
2 years ago
0 Votes
1 Answers
74 Views
0 Votes 1 Answers 74 Views
Hi
Hi πŸ™‚ I have a git folder that i'm running with a local agent in services mode (for slack alerts), but i don't want the agent to clone the repo (for security...
one month ago
0 Votes
0 Answers
591 Views
0 Votes 0 Answers 591 Views
Hi πŸ™‚ we have a clearml pipeline that has a step that runs a multi gpu training (with hugginface), we need to invoke it with accelerate launch so we use subp...
7 months ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hey, Is there a way to temporarily turn off clearml logging? I’m using pipeline and when developing i don’t wand them to be added to the UI and spam it. in w...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
(using a local clearml server)
2 years ago
0 Votes
62 Answers
49K Views
0 Votes 62 Answers 49K Views
Hey, We are using clearml 1.9.0 with transformers 4.25.1… and we started getting errors that do not reproduce in earlier versions (only works in 1.7.2 all 1....
one year ago
0 Votes
4 Answers
85 Views
0 Votes 4 Answers 85 Views
Hi
Hi πŸ™‚ I have an AWS autoscaler (from script) running with EC2 instances, is there a way to configure a queue for a multi-gpu instance where each task gets 1 ...
2 months ago
0 There Is A Problem Starting From Clearml 1.7.0 With Python-Fire

i didn’t, prefer not to add temporary workarounds

2 years ago
0 Hi

what i'm doing is getting

parent = Task.get_task(task.parent)

and then checking
parent.data.user

but the user is some unknown id that doesn't exist in the all_users list

2 months ago
0 Hi

The task is given by the monitor(like in the example) the problem is the user

2 months ago
0 Hey, Is There A Way To Temporarily Turn Off Clearml Logging? I’M Using Pipeline And When Developing I Don’T Wand Them To Be Added To The Ui And Spam It. In Wandb There Is A Way To Do

TimelyMouse69
Thanks for the reply, this is only regarding automatic logging, where i want to disable logging all together (avoiding the task being added to the UI)

one year ago
0 There Is A Problem Starting From Clearml 1.7.0 With Python-Fire

looks like it’s working πŸ™‚ tnx

2 years ago
0 Hey

It's models not datasets in our case...

But we can also just tar the folder and return that... Was just hoping to avoid doing that

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

Nothing that i think is relevant, I'm using latest from master. It might be a new bug on their side, wasn't sure.

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

This is the next step not being able to find the output of the last step

ValueError: Could not retrieve a local copy of artifact return_object, failed downloading 
one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

Yes, and the old version only works without the patch.
I see the model on the artifacts tab, but it's not actually uploaded.

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

@<1523701435869433856:profile|SmugDolphin23> @<1523701087100473344:profile|SuccessfulKoala55> Yes, the second issue still consists, currently breaking our pipeline

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

Hey πŸ™‚ Thanks for the update!

what i’m missing the is the point where you report to clearml between cast and casting back πŸ€”

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

@<1523701118159294464:profile|ExasperatedCrab78>
Here is an example that reproduces the second error

from clearml.automation import PipelineDecorator
from clearml import TaskTypes

@PipelineDecorator.component(task_type=TaskTypes.data_processing, cache=True)
def run_demo():
    from transformers import AutoTokenizer, DataCollatorForTokenClassification, AutoModelForSequenceClassification, TrainingArguments, Trainer
    from datasets import load_dataset
    import numpy as np
    import ...
one year ago
0 I Think There Is Some Bug With Clearml==1.7.1. I’M Working With Pipelines And After Updating To

The pipeline is a bit complex, but it did that with a very dumb example

2 years ago
0 Hey

Ok, tnx (:
We just see that taring and untaring is much faster than zip for big models

one year ago
0 Hi

@<1523701205467926528:profile|AgitatedDove14> i probably missed it, I'll try tomorrow thanks!

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

` args.py #504:
for k, v in dictionary.items():
# if key is not present in the task's parameters, assume we didn't get this far when running
# in non-remote mode, and just add it to the task's parameters
if k not in parameters:
self._task.set_parameter((prefix or '') + k, v)
continue

task.py #1266:
def set_parameter(self, name, value, description=None, value_type=None):
# type: (str, str, Optional[str], O...

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

confirming that only downgrading to transformers==4.21.3 without the patch worked....
This is a time bomb that eventually we won't be able to ignore... we will need to use new transformers code

one year ago
0 Hey, We Are Using Clearml 1.9.0 With Transformers 4.25.1… And We Started Getting Errors That Do Not Reproduce In Earlier Versions (Only Works In 1.7.2 All 1.8.X Don’T Work):

@<1523701118159294464:profile|ExasperatedCrab78>
Ok. bummer to hear that it won't be included automatically in the package.

I am now experiencing a bug with the patch, not sure it's to blame... but i'm unable to save models in the pipeline.. checking if it's related

one year ago
Show more results compactanswers