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

Questions 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
In my git repo, I have a setup.py , how would I run pip install -e . rather than using --packages or --requirements
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone, I saw a new entry in docker-compose: async_delete Can someone tell me, what this is for (there seems to be not documentation or pull request) an...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi everyone, I’m getting an error during model upload to S3. The error shows up in the console like below and I don’t see any uploaded objects in S3: 2022-10...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I have noticed that for some people the repository discovery stores github repo in the form: https://github.com/ ... while for others git@github.com:... Inte...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K 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...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
In pipelines I've found that empty lists don't work as I would expect them to work. For example, this will work fine: from clearml.automation.controller impo...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Once I have a model successfully saved in ClearML, how can I instantiate it in a notebook? I have this for artifacts: def get_artifact(task_id, artifact_name...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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__'...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
For some reason I can't delete a pipeline projet, the deletion is running indefinitely. Is there a way to force the deletion of a project via the APIClient?
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hey all -- I'm fairly new to this but, as of today, my required packages aren't being recognized in cloned runs and they are repeatedly failing. Has anyone h...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi all, does anyone know how I can use python to load the configuration of a saved experiment/model using its id?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hey, it is said in the pipeline decorator example that requirements for executing a pipeline component is inferred from the imports inside the component func...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
How does the Preprocess class exactly work? I need to pass information to it but it's _ init _ function doesn't have any parameters. How can I load an artifa...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
I deployed a model with: clearml-serving \ --id 875de894b62144a7949e471532728809 \ model add \ --engine "xgboost" \ --endpoint "best_model" \ --preprocess "t...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
(the payload is not the correct form, can that be a problem? I'd rather figure this out before I recreate the rather convoluted data structure that needs to ...
3 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hey currently trying to run a pipeline locally to test a pipeline component with PipelineDecorator.run_locally() , first try returned a random pandas error, ...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I am completely stuck with the serving. I did the custom example. I see the endpoint in clearml-serving -id ... model list and it replies {"detail":"Error pr...
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
anyone setup pipeline decorator for training huggingface transformer model??
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
How can I remove a service with clearml-serving?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Heya, trying to setup a GCP autoscaler for general-purpose CPU instances ( e2-standard-4 ) but I get into that error: googleapiclient.errors.HttpError: And I...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hey guys! I'm saving my datasets on our self-hosted ClearML file-server. However, when deleting them through the UI, it doesn't delete them on the server. I ...
3 years ago
Show more results questions