I am trying to plot values that are either 0 or 1 (with tensorboardx.add_scalar). However, it doesn't show correctly. Any idea why? (smoothing is 0)
4 years ago
Hi, could somebody please confirm if the output_uri parameter for creating Dataset in Azure is in the form: "azure://. blob.core.windows.net/ " ?
2 years ago
Hi Jake & John, I was having the same question as Lindsay, and have been sifting both through slack & github. I did get some useful pointers (such as the cor...
2 years ago
Hey there, is there any way I can tell the task not to set a random seed? I'm setting up reproducibility myself but when I call Task.init() the seed is chang...
3 years ago
How can I start the clearml server after creating ec2 instance from AMI? Running https://:8080 does not open web ui How can I launch web ui and get credentia...
3 years ago
Is it possible to change the files_server URL displayed when generating new credentials in the GUI? For example, to a GCP bucket address.
3 years ago
Hi All, trying to run some hp tuning tasks, for some reason (and even tho i deliberately state before any task is initialised to use a specific requirements ...
2 years ago
Hello. I am using hydra as configuration manager and I am using a decorator to specify the file and the folder it is contained in (typical hydra syntax). The...
one year ago
also the first run, even if it shows me its output and is done is marked still as running 😞
4 years ago
Hi, I recently updated clearml-server to 1.7 and I am getting a lot of the following errors since today on any experiment (I didn't had this error before): 1...
3 years ago
Hello, I have a problem with task.set_initial_iteration(0) in Google Colab. After continuing the experiment, gaps appear on my graph, but if you use Colab. I...
3 years ago
If you're paying for the premium features would those be available to a self hosted server or only on the web client?
2 years ago
Hi, suppose, that I run Server on machine A and ClearML Agents on machines B_1, B_2, ....B_n . Is it required to open some ports on machines B_i ? I mean, is...
3 years ago
Is there any way to create a queue from code?
4 years ago
Issue with self-hosted ClearML & clearml-serving: "Model Endpoints" page is empty after deploying an endpoint. Hey community! I've run into an issue with my ...
4 months ago
How do you save models and store the classes as well? When we save the model using pytorch we just save the state dict and not the custom classes for differe...
3 years ago
hey, I have a question: I got the following message: trains_agent: ERROR: Failed getting token (error 401 from http://192.168.40.210:8008 ): Unauthorized (in...
4 years ago
What could be the reason that im not getting any scalars reported to clearml using example script? None
one year ago
Hi everyone, I'm running into a weird error when trying to clone and run and task that has completed successfully. I have a test task that loads a dummy data...
one year ago
i meet error when use trains version 0.16.2, i debug inside code to print exception, so i retrieve: Failed gettting token error 411 Length required from trai...
5 years ago
Hi , reminding you all to join the channel - those who still hadn't joined probably missed the ClearML SDK v1.6 release announcement 😉
3 years ago
Hey! I have my custom model, that uses models from populars frameworks inside, such as LGBM, CatBoost etc. Also it have multiple instances of one models of o...
3 years ago
Hey everyone! First post here. My issue is the python_binary I set in the .conf file doesn't seem to get used by the task I'm running. The task's output conf...
2 years ago
When I clone a task, is there a way to set parameters that override rather than replace? As in, original task parameters is param1 = {“a”: 1, “b”: 1} Can I s...
4 years ago
I'm trying to configure the glue agent to use AWS ECR via helm charts. Below is my configuration. It is not pulling the image though, it is failing with K8S ...
3 years ago
We have deployed our own ClearML server in Azure. We have 2 separate address for the api and web server. Both serving at port 443 In the local PC config file...
2 years ago
hello i have a question please, I'm having a hard time understanding how clearml-data works with docker, if i want to test/train a model using a dataset that...
7 months ago
Hi, I am getting following error while trying to checkout a gut hub rep. error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. fata...
5 years ago