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 6585

Questions 6585

Tags
Sorting
Results
per page
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hello everyone! I encountered a very weird behaviour of report_histogram data = np.random.random(100) # generate 100 values from [0,1] uniform distribution c...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hey there! I kindly ask for your swarm knowledge on ClearML pipelines. I'm trying to setup a simple pipeline with a Controller running on the service-queue a...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all, I am trying to understand how the communication between ClearML Server and ClearML Agent takes place and what all ports/protocols are involved, if bo...
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi clearML community, trying to setup a load balancer and follow this official guide , but can’t get it to work (Server Unavailabel Error when opening the da...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Can anyone point me to a resource (or person) that can tell me what counts towards the "artifacts storage" and the "metrics" in my clearml workspace billing ...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi! I'm running clearml-agent in docker mode. I want to install my package from pyproject.toml from my project before the experiment running. I've tried to s...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all, I'm trying to setup a pipeline based on the asteroid_example( None ) by @<1523701118159294464:profile|ExasperatedCrab78> . The tasks run fine when ex...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi all, I'm trying to clone and run the preprocessing task from urbansounds8k example project. The download data task worked but getting this error in prepro...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
also, does you guys support user authentication? in the documentation - Configuring ClearML Server | ClearML , it says that i have to modify the config file ...
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
hi guys, i wonder if clearml-serving support configuring the maximum number of requests for each user
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi guys! Does anybody have any experience of building data catalogue if your data is stored as clearml datatset?
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Task.upload_artifact( self=task, name="Dataframe", # artifact_object=df1, artifact_object="data/file.feather", extension_name=".feather", metadata=meta_dict,...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
I'm getting upload errors when uploading artifacts (using GCS) but it uploads for datasets works just fine. clearml.storage - ERROR - Failed uploading: HTTPS...
2 years 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 everyone 👋 I'm working on a pipeline with PipelineController . I was wondering if you can make an "optional" step with a condition : Imagine I create a p...
2 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi all! I might have found an issue with the migration guide. None We recently migrated our data to a new server. While testing the migration, we found that ...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I just started using the new datasets GUI, is there a way for me to publish a dataset from the GUI the way I can do with tasks/models?
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Currently, things run in a pipeline are automatically moved to a /.pipelines/ subproject. Is there a way to allow the tasks done via pipelines to show up as ...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all! How can I reference the model id that was used to create a certain dataset?
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi, I am running clearml agent using SDK. When I run a remote job on this clearml agent, the venv setup is totally based on my requirements.txt instead of ad...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all 🙂 I have a pipeline. How to add a step, that can execute finally , i.e irrespective of other step failure/pass, I want a step to execute. (eg. clean ...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
While running a pipeline by decorator, I am getting this error docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daem...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
How can I tell clearml-agent not to run pip install unless my requierments.txt file was changed. It seems to run pip install every time I run a task although...
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi all, I'm having an issue running clearml-agent in docker mode. When enqueuing a task to the docker agent I get the following error: error: could not write...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hey everyone, We're running a remote execution (K8S agent) ClearML pipeline from Jupyterhub, but when the agent prepares the environment, it installs a diffe...
2 years ago
Show more results questions