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
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, how is the priority of the configuration like? Which one takes precedence? For example, output_uri default_output_uri in clearml.conf on client files_ser...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
I encountered a weird edge case with the AWS Auto-scaler, wondering if there are any solutions or if this is a known issue. Something as follows happened: Th...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
When using a TriggerScheduler with a add_task_trigger and schedule_function , how would I go about updating the trigger and function without a new task/exper...
3 years ago
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
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello all, When I create a pipeline (using pipeline decorator) and call the function executing_pipeline(). It create a pipeline in the "Pipeline" menu, with ...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hello everyone! I setup a GCP autoscaler on my Pro SaaS deployment but I keep getting this error: clearml_agent: ERROR: Server does not support --use-owner-t...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello everyone! i quite confuse about update data using sdk without download it. first i create dataset and upload. dataset_path = 'dataset/batch_1' dataset ...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Does anyone know if it is possible to add a plot from a stylized pandas data frame? I can easily log a pandas data frame with logger.report_table but can I l...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
If I leave WORKING DIRECTORY empty in the experiment configuration (in the UI), will that use the git project root by default?
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is there any additional configuration needed for PYTHONPATH to be setup properly in the clearml agent? I'm getting python import errors from the root directo...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all, where does the installed packages list populate from in the task viewer?
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Is the https://azuremarketplace.microsoft.com/en-us/marketplace/apps/apps-4-rent.clearml-on-centos8 maintained? I can't see anywhere a log of releases or som...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Are the docs broken? https://clear.ml/docs/latest/docs/release_notes/ver_1_7 gives me this
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello everyone ! I would like to https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_tasks.py from https://github.com/allegroai/...
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Hey all, I'm testing the usage of SETUP SHELL SCRIPT in the experiment window. I added a simple command but did not see it in the console. The task did execu...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hey everyone ! Seems like i can not run my task remotely <- is something missing in the config (agent) , should i specify all the versions? I attach full log
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
If I have an AWS key/secret for an IAM user, what is the best way to pass in these credentials so the task docker container has credentials generated for usa...
3 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
I'm new to using datasets, if my git project root is myProject and I expect file.json to be at the root level, how do I accomplish this?
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
When we run our code and it communicate with clearml server, is there some way we can log that api request? Like what endpoint is it and what payload it send...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi everybody, Am I the only one having issues with logging into https://app.clear.ml/ ?
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Can I use automation.TriggerScheduler() with add_task_trigger to trigger when a task is archived? I know that when a task is archived it gets "system_tags": ...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
When I run clearml-data close on an 84mb file, I get the following response 413 Request Entity Too Large 413 Request Entity Too Large nginxYet the file is st...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Where I can change this host name using the helm charts? I got this error when my task is fetching a dataset. 2022-09-23 15:09:45,318 - clearml.storage - ERR...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi, I have a question regarding automation.HyperParameterOptimizer() . We are seeing that objective being logged (on the table of experiments - results/plots...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
24 Answers
3K Views
0 Votes 24 Answers 3K Views
Hi All, i am creating sub project, for Experiment, but it seems there is [undefined] section created too (like picture) every i made subproject. also, can we...
3 years ago
Show more results questions