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 6583

Questions 6583

Tags
Sorting
Results
per page
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
2K Views
0 Votes 3 Answers 2K 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
14 Answers
2K Views
0 Votes 14 Answers 2K Views
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
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Shortened URLs for sharing deep links to experiment result views would be nice. Is there a way to do that without using a third party URL shortener?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
If I update the annotation files for some dataset and upload it. Can it call the previous version of dataset using the dataset id ? Dataset.get(dataset_id=DS...
4 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey everyone I have felt the pain that comes with needing to classify data. I built this dcm data organizer I would love the community’s feedback! https://gi...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
How do we configure s3 bucket credentials when working with the autoscaling service?
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Quick question - if I use sub-project functionality and there are different root project names but identical sub-project names, is that an issue?
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
Is there a way to upload a dict object as a YAML artifact instead of a JSON?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
If I want to create a parameter that is a list, the text field gets very small in the gui. Is there a way to increase the size of the text input for fields o...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
I read that clearml-data stores only the difference between versions. Is this only working for text files or also for big files like medical imaging?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, the https://github.com/allegroai/trains/blob/master/examples/services/jupyter-service/execute_jupyter_notebook_server.py file linked by following page is...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
from clearml import Dataset # Preprocessing code here dataset = Dataset.create(dataset_name='dataset name',dataset_project='dataset project') dataset.add_fil...
4 years ago
Show more results questions