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
46 Answers
131K Views
0 Votes 46 Answers 131K Views
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello there, is there a parameter to configure the number of columns rendered in the preview area of the CSV artifacts? (some of them are truncated with “…”)
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi, i have been getting the following for a while. Is there a more detailed log i can look into? This happens on both https and http. 2021-05-27 08:47:02,539...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Clearml-Agent didn't seem to take the CA store from the OS. Where can i point ClearML to the CA certs, in particular for uploading of models into S3. At the ...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi all. Is it possible to configure agent NOT to install requirements.txt/INSTALLED PACKAGES and to use some pre-ready environment (for example, virtualenv c...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Task.init() takes by default output_uri from clearml.conf configuration file (S3 bucket in my case). But underlined task created with Dataset.create() ignore...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Hello! I'm just starting out with ClearML, and I seem to be having some sort of conflict between clearml and torch , at least in Colab In this guide ( https:...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
What exactly is sdk.google.storage.project https://clear.ml/docs/latest/docs/configs/clearml_conf#sdkgooglestorage used for? 🤔 "Project" is so ambiguous
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I am not using Tensorflow, however the experiment shows some (useless) data, is the only way to get rid of it to specify auto_connect_frameworks={'tensorflow...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, is there any way to disable ClearML when it’s not configured and pointing to the public demo service?
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Quick question.. Is redis used as permanent data storage or just cache? Would there be any problems if it is restarted and comes up clean?
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I'm trying to deploy clearML on GKE on google cloud via helm using app version 1.0.2 and chart version 2.0.2+1. I'm seeing the following Cannot allocate ...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello, I'm Diego. I'm training NNs using ClearML. I've had some problems when cloning experiments and changing hyper params. My train script loads params fro...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Currently trying to figure out how to extend clearML's automagical reporting to JoeyNMT. https://github.com/joeynmt/joeynmt/blob/master/joey_demo.ipynb is a ...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, i was wondering if the users login information (username and pass) can be taken from the server itself, instead of using the web login config file?
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
How many people are actually working at AllegroAI/on ClearML?
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi all, I have a question regarding multi-node training using the clearml-agent. What is the recommended setup in this case? Say I have 3 nodes with 3 agents...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Can I save "artifacts" from ClearML experiments directly on the server? so it will be available to all
4 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, is there a way to tag a dataset using the python package ?
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is it possible to report ie. validation scalars but shifted by 1/2 iteration?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Greetings and hello . If I may have a few seconds of your time, I would love to draw your attention to the updated ClearML homepage (at https://clear.ml 🙂 ....
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, i have a question about clearml-data. Clearml-Data probably does well on Data Versioning, but when it comes to actual loading of data, are there examples...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi there! Some background info before I put forward my question: I'm writing-up a small script to help me manage my tasks. Specifically I often need to abort...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, is it possible to apply AND logic in Task.get_tasks? For example, in the below example tags is a list of tags and I want to only fetch tasks that has all...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, I am trying to use the config values from a experiment, but config = task.get_configuration_objects() returns the configuration as a string and I could n...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I see that there are new products called clreaml deploy and clearml hyper datasets. What are the use cases or features of these ?
4 years ago
Show more results questions