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 6582

Questions 6582

Tags
Sorting
Results
per page
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Hi! I’m running an experiment as follows: create argparser -> args Task.init (default args) call train(args)Then I clone it and change the parameters in the ...
3 years ago
0 Votes
0 Answers
628 Views
0 Votes 0 Answers 628 Views
5 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all, is there an example in the documentation of how to use logger.report_line_plot()?
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, where can I find the logs of trains-agent by default?
5 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hey there, Is it possible for a clearml pipeline step to log a folder instead of numpy/pickle objects? Looking at the docs, monitor_artifacts could be what I...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Agent and env variables (this is almost duplicate thread ) I’m running simple script: import os from dotenv import load_dotenv from clearml import Dataset, T...
one year ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
4 Answers
713 Views
0 Votes 4 Answers 713 Views
6 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi guys, what is the correct channel to do a technical question?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
When I do Dataset.get why does the SDK use clearml.storage - ERROR - Could not download http://files.clearml.myhost.com vs using what is defined on the agent...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hello All, how can I access the restful api. any docs available?
5 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi! I'm trying to report plotly figure to the output model, but the api does not have this functionality yet (for Model ). From the code of Task reporting I ...
one year ago
0 Votes
3 Answers
856 Views
0 Votes 3 Answers 856 Views
9 months ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hello, I'm following the tutorial of https://clear.ml/docs/latest/docs/guides/frameworks/pytorch/notebooks/image/hyperparameter_search/ . In my understanding...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, would it be possible to parse torch requirement when it’s part of the extras_require dict? In my code, I have the following: train_task._update_requireme...
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hello Community, Can I run multiple clearml agent from one machine??
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Any documentation (code examples) on how to log custom plotly plots?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
What does agent.package_manager.type actually do? I am wondering what happens, if my project uses a package that is only available either on pip or with cond...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
hi there. i just deployed clearML server to aws ec2 instance. after deployment following instructions, i got below errors from docker logs clearml-elastic {"...
aws
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
one year ago
0 Votes
21 Answers
2K Views
0 Votes 21 Answers 2K Views
Crazy idea: what if ClearML had a VS Code extension? It could help you start and join ClearML sessions! It could use your local ~/clearml.conf file for read ...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi everyone, could it be that ClearML does not track packages correctly, that use import names different from their package name? For example scikit-image is...
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
4 years ago
Show more results questions