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 6581

Questions 6581

Tags
Sorting
Results
per page
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I have an AWS Autoscaler based on the sample autoscaler example posted in clearml git. my instances need random external ip on init. is there a way to ed...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there an option to make trains-agent create experiment virtualenvs with --system-site-packages parameter?
5 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I am using tasks = Task.get_tasks(project_name='project', task_name='partial_task_name_here') to retrieve my experiments metadata for analysis. I want to exp...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, how can I easily start a shell script from within an experiment and have its logs (stdin/err) logged in clearml?
3 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi everyone, I’m facing the issue that when archive and remove my project (including tasks, datasets), I still seeing that data in my MinIO server. Is this a...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is it possible to have Task.get_tasks() with allow_archived=False ?
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
when trains-agent is configured with system_site_packages: true why agent tries to create a new env and install packages ?
5 years ago
0 Votes
3 Answers
866 Views
0 Votes 3 Answers 866 Views
Hi all - I have a large dataset and have preprocessed it and saved each item in .pt files, which are loaded using torch.load in my Dataset . The issue is tha...
11 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone! I’ve been using clearml-agent for a while and it’s been great, mostly we’ve been running our tasks in docker mode. Now we need to run a task in ...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi I am creating a custom image dataset and does anyone know how to upload files into remote uri (S3) without compressing the data? from clearml import Datas...
one year ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
is it possible to perform debugging operations with pycharm integration using remote session?
3 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Can clearml-server connect to elasticsearch via https endpoint? I see no option for that and ECK only deploys with https.
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello, everyone. I have a model, and in preprocess.py , I have included some print statements. I'm curious to know if it's possible to view these print outpu...
one year ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
one year ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
None The link to the script is broken, script in the repo is named matplotlib_manual_reporting.py
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
If I am using the demo servers, do I need to do something special to use report_image ?
5 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi. Help 🥺 I have a clearml.Datase which I can't get
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Team,May i get any reference to check on model drifting and how we can automate this for retraining of model
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi,
Hi, What would be the correct way to check the hash of a file before using https://clear.ml/docs/latest/docs/references/sdk/dataset/#add_files ? is there a b...
2 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hi there, I've encountered a problematic behavior in python. When defining an argument a default value of None connecting to trains server then copy the task...
5 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
hi, I want to create a clearml-agent in docker mode, which doesn't use gpus. when I use --cpu-only flag, it forces the agent to use only a single cpu. How ca...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi! Im trying pipelines with data creating and model training. pipe = PipelineController( name="data_preprocess_pipeline", project="some", version="1.0.0" ) ...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hey everyone, should a self-hosted ClearML server be stopped before backing up? Are there any risks to backing up (i.e. tar ring /opt/clearml/data ) when the...
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all! I’m trying to set up remote-launching of training scripts on ClearML autoscaler, and I can’t figure out one thing: how to make remote ClearML agent d...
one year ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi everyone, I'm experiencing an issue with ClearML running on K8S. After upgrading the ClearML server helm chart from version 7.11.5, I'm seeing the followi...
8 months 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
Hi, Is it still true that --services-mode only supports docker mode?
4 years ago
Show more results questions