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 6583

Questions 6583

Tags
Sorting
Results
per page
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi I wanted to use method Task.reset() or Task.delete() however none of that seems to be able to delete only the logs in the "console" section in the UI. Is ...
2 years ago
0 Votes
17 Answers
3K Views
0 Votes 17 Answers 3K Views
Hi folks, Any idea why I am getting this strange error from clearml-data: $ clearml-data list --project myproject clearml-data - Dataset Management & Version...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
one year ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi
Hi ! https://github.com/allegroai/clearml-agent/releases/tag/0.17.2 is out, with an exciting new feature: 🎉 Virtual Environments Caching 🎉 Also supported f...
4 years ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello, I'm trying to install ClearML on my k8s cluster. I'm at the point of running helm install clearml-stg-2022-08 allegroai/clearml after that, if I try t...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hey, how exactly do we store models generated from a stage in my pipeline? I was looking to store them in h5/ p th formats in particular. Is there an example?
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
4 years ago
0 Votes
6 Answers
3K Views
0 Votes 6 Answers 3K Views
hey, trying to use trains-agent to run an experiment on my computer. when trying to execute a job from the queue on my agent im getting an error that numpy i...
5 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Are there any tips for how to set these boxes in the profile for access to Azure Blob Storage using SAS? I can create a Shared Access Key (SAS) through the A...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
If you use matplotlib and get several DEBUG messages, use can suppress these by: import logging #remove DEBUG warnings from matplotlib logging.getLogger('mat...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is there a guide on how to deploy a services agent on a k8s setup? Specifically, with the CLI we use flags such as --services-mode --cpu-only , and I can’t s...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi I’m trying to schedule the tasks execution using clearml.automation.TaskScheduler But the task never starts execution, it always hangs in the ‘pending’ st...
one year ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi there, I am hosting ClearML server (deployed into a k3s cluster via helm) and whenever pods in a replica set are restarted, they always enter an error sta...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi all, I have a question - is there a way to upload a local ( user local ) file to the pipeline as parameter? More specifically - I want the users to be abl...
2 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
I have a problem where my clearml doesn't pick up from uncommitted changes. It used to work for a long time, but now it is not working. What am I missing?
one year ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
And if Allegros trains doc on GitHub as well? I found some documentation are wrong and would like to make PRs along the way.
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi trains community, I see that for the trains-agent you have a docker option, did you plan to have any other container system like https://sylabs.io/docs/ i...
5 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi folks, I have a query on Clearml datasets for offline mode. Followed docs here on creation of offline dataset. However, I would like to create an offline ...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hey, quick show of hands, who's seen T Guerre in our videos yet?
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hi, having issues uploading a large dataset ~130 GB. It is a single file, the upload gets stuck on compression for hours is there anyway to skip it? Smaller ...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I'm using TRAINS Hyperparameter optimizer, as in this example: https://github.com/danmalowany/trains-examples/blob/master/image/hyperparameter_search.ipynb m...
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hey, I moved my trains-server to another machine, zipping the /opt/trains/data folder as described in the docs https://allegro.ai/docs/deploying_trains/train...
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
one year ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi! I'm building a model registry with ClearML and i can't figure out how to do model versioning: is there a way to set model versions and load specific vers...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I want to run a task on a remote docker. I have several dockers, some manage the packages with pip and some with conda. How can I deal with this by runni...
2 years ago
Show more results questions