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 6042

Questions 6042

Tags
Sorting
Results
per page
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hi, is there a command i can use to generate a report that can Give a list of user accounts created Their activity levels
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Related to my above thread, I think there is some more customization that needs to be supported to use docker mode properly for different use-cases. It seems...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Also, since this Slack workspace only allows searching up to 10,000 messages, useful information will be lost overtime. It’s been very useful for me personal...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I have a question. I'm struggling with setting up my own ClearML server. I think i've got it up and running but not sure how to send clearml-task to my own s...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi everybody, Where can I find the documentation about the new TaskScheduler feature?
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is there an example of how to use standalone mode? As in, if the packages, venv and git repo will be provided by the user, will they still get tracked in the...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi guys, do you support pipenv and Pipfile.lock as deps list instead of requirments.txt?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I must compliment the Python level and documentation level in the source code is superb, I love reading it 😄 Even though I love reading it, is there anywher...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
and an explicit question: When using Task.get_tasks how do I filter by specific parameters? For example I have a script that accepts as a command line argume...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
So, a new question 🙂 I get a message: clearml.log - WARNING - failed logging task to backend (2 lines, <500/4: events.add_batch/v1.0 (Critical server error!...
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
There is some specificity with the way we setup our environment at my company that prevents me from using the full features of clearml-agent and forces me to...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
When i create clearml-dataset from the cli, I get an id. The same doesn't happen when I use the Python API. is there any way to get the ID in python?
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Any pointers on running gpu tasks with k8s glue?
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hey - is there a known issue with tf.summary.image not being logged when there's a 'description' argument?
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
4 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Is there a reference implmentation for a task in a pipeline that awaits user input?
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Is there a case-study or ref. architecture for interacting with CI/CD i.e. exposing mature pipelines to be triggered upon code pushes (taking latest git hash...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I’m running the clearml agent in standalone mode but it still installs the virtual env, is that the expected behavior? clearml-agent daemon --queue venv_queu...
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hi, I have started to receive the following error message: "clearml_agent: ERROR: Instance with the same WORKER_ID is already running" I believe this happens...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
When a transitive dependency is optional, how do we make sure the task detects it? In my case, I have a task that reads excel file using pandas which needs x...
4 years ago
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
I've setup my own clearml server. Only problem is, I can't seem to find where the credentials are. I've attached a screenshot.
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi, is there any code examples of how DataOps is being established? https://clear.ml/products/clearml-dataops/
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hello! Is it possible to run pipeline controller Tasks locally, similar to regular Tasks that run locally by default if task.execute_remotely() is not set?
4 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
Hi! I am currently using clearml (with remote execution), to train an object detection model with https://github.com/facebookresearch/detectron2 . It was wor...
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I have another pipeline-related question. In a pipeline controller Task, I would like to add several steps that are based on the same base Task (I'm passing ...
4 years ago
Show more results questions