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
Profile picture
SkinnyPanda43
Moderator
15 Questions, 44 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

44 × Eureka!
0 Votes
7 Answers
973 Views
0 Votes 7 Answers 973 Views
Hi, I was trying to test the autoscaler feature, but I am getting the following error: 2022-10-21 02:06:43,599 - clearml.Auto-Scaler - INFO - Failed to start...
one year ago
0 Votes
7 Answers
964 Views
0 Votes 7 Answers 964 Views
Hi, what is the right way of syncing a dataset? Whenever I add new archives and try to upload I get: Error: Task object can only be updated if created or in_...
3 years ago
0 Votes
2 Answers
853 Views
0 Votes 2 Answers 853 Views
Hi, I have a s3 bucket configured as default uri, but, when I am testing the code on my local machine, I do not want the model files to be uploaded to s3. I ...
3 years ago
0 Votes
2 Answers
669 Views
0 Votes 2 Answers 669 Views
Hi, I am trying to login to my clearml pro account, after not logging in for a while, and I am receiving the error message that my email is not registered. B...
one year ago
0 Votes
8 Answers
869 Views
0 Votes 8 Answers 869 Views
Hi, What is the best way to get the agent to install a dependency from github. I have tried this in this sample script: import clearml clearml.Task.add_requi...
one year ago
0 Votes
3 Answers
876 Views
0 Votes 3 Answers 876 Views
Hi, this seems really simple, but I could not find any clear reference to it elsewhere. So, what is the right way of manually logging a model checkpoint, I d...
3 years ago
0 Votes
19 Answers
962 Views
0 Votes 19 Answers 962 Views
Hi, I am trying to setup an auto scaler, but I am getting the following dependency error: ERROR: pip's dependency resolver does not currently take into accou...
one year ago
0 Votes
2 Answers
810 Views
0 Votes 2 Answers 810 Views
Hi, Is there a way to define the path to the config file the python library will use? Because I am running in my machine different projects that need to be l...
3 years ago
0 Votes
11 Answers
899 Views
0 Votes 11 Answers 899 Views
Hi, I am trying to upload a model but I am getting the following error: 2021-07-05 17:21:14,625 - clearml.storage - ERROR - Failed uploading: cannot schedule...
3 years ago
0 Votes
4 Answers
852 Views
0 Votes 4 Answers 852 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...
3 years ago
0 Votes
5 Answers
930 Views
0 Votes 5 Answers 930 Views
2 years ago
0 Votes
5 Answers
867 Views
0 Votes 5 Answers 867 Views
Hi, Actually now a saw in the logs: ERROR: poetry 1.2.0 has requirement jsonschema<5.0.0,>=4.10.0, but you'll have jsonschema 3.2.0 which is incompatible.Poe...
one year ago
0 Votes
6 Answers
827 Views
0 Votes 6 Answers 827 Views
Hi, I updated my project to use hydra 1.1 and I realized that the params are not being saved anymore. Is there any known incompatibility between the current ...
3 years ago
0 Votes
8 Answers
815 Views
0 Votes 8 Answers 815 Views
Hi, I am trying to run a task in an agent from a repository with an environment.yaml , generated by conda . I changed the package manager to conda on the cle...
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi, yesterday I updated the Clearml server, now all my tasks disappeared, there are only the demo tasks on the interface. But the data is still in the /opt/c...
2 years ago
0 Hi, I Am Trying To Upload A Model But I Am Getting The Following Error:

I get the same error:

⋊> /d/c/p/c/e/reporting on master ◦ python model_config.py (longoeixo) 17:48:14
ClearML Task: created new task id=xxx
ClearML results page: xxx
` Any model stored from this point onwards,...

3 years ago
0 Hi, This Seems Really Simple, But I Could Not Find Any Clear Reference To It Elsewhere. So, What Is The Right Way Of Manually Logging A Model Checkpoint, I Did Not Find Any Sort Of

Thank you, now I am getting AttributeError: 'DummyModel' object has no attribute 'model_design' when calling task.update_output_model("best_model.onnx") . I checked the could I thought that it was related to the model not having a config defined, tried to set it with task.set_model_config(cfg.model) but still getting the error.

3 years ago
0 Hi, I Was Trying To Test The Autoscaler Feature, But I Am Getting The Following Error:

Solved by removing default parts.

Now I got a strange behavior in which I have 2 tasks on queue, the autoscaler fires two EC2 instances and then turn them off without running the tasks, then It fires two new instances again in a loop.

one year ago
0 Hi, I Was Trying To Test The Autoscaler Feature, But I Am Getting The Following Error:

Thank you, I have defined the AMI manually instead of using the default, now I am getting the following error:

Error: An error occurred (InvalidParameterValue) when calling the RunInstances operation: User data is limited to 16384 bytes

one year ago
0 Hi, I Am Trying To Setup An Auto Scaler, But I Am Getting The Following Dependency Error:

Hi, AgitatedDove14

How do I set the version to 1.5.1,? When I launch the autoscaler the version 1.5.0 is picked by default.

one year ago
0 Hi, I Am Trying To Run A Task In An Agent From A Repository With An

Thank you, I set it, but clearml still creates its own evironment regardless of my environment.yaml.

3 years ago
0 Hi, What Is The Right Way Of Syncing A Dataset? Whenever I Add New Archives And Try To Upload I Get:

Let's see if I got how it works on the CLI.
So if I execute:
clearml-data create --name <improved_dataset> --parents <existing_dataset_id>
Where the parent dataset was updated with sync,
I just need to run:
clearml-data upload --id <created_dataset_id>
And the delta will be automatically uploaded to the new dataset?

3 years ago
0 Hello There, I Am Trying To Organize The Dl Code Into A Monorepo, The Repo Will Have A Section Of Shared Packages That Will Be Used By Other Packages That Are The Actual Training Projects. Let'S Say That I Install The Shared Libs With Pip In Editable Mod

Thank you, sorry for the daly, I have been playing around with this setup, right now I am generating a requirements.txt with git links to the sibling packages, I had to set on the agent to force the use of the reuqirements.txt. But I am starting to wonder whether It would be easier just changing sys,path on the scripts that use the sibling libs.

one year ago
0 Hi, What Is The Right Way Of Syncing A Dataset? Whenever I Add New Archives And Try To Upload I Get:

Thank you for your response, so what is the difference between sync and add? By your description it seems to make no difference whether I added the files via sync or add, since I will have to create a new dataset either way.

3 years ago
0 Hi, What Is The Best Way To Get The Agent To Install A Dependency From Github. I Have Tried This In This Sample Script:

Follows the failure part of the log:
` Requirement already satisfied: pip in /root/.clearml/venvs-builds/3.1/lib/python3.10/site-packages (22.2.2)
Collecting Cython
Using cached Cython-0.29.32-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (1.9 MB)
Installing collected packages: Cython
Successfully installed Cython-0.29.32
Collecting boto3==1.24.59
Using cached boto3-1.24.59-py3-none-any.whl (132 kB)
ERROR: Could not find a version that satisfies the requ...

one year ago
one year ago
0 Hi, Actually Now A Saw In The Logs:

I edited the clearml.conf on the agent and set the manager to poetry, do I need to have poetry installed on the agent beforehand, considering that I am using docker?

one year ago
0 Hi, Actually Now A Saw In The Logs:

Do I have to have the lock file in the root? or it can be on the working dir?

one year ago
0 Hi, I Am Trying To Setup An Auto Scaler, But I Am Getting The Following Dependency Error:

Actually, this error happens when a launch the autoscaler from the Web UI, when I enqueue a task, it launches an EC2 instance which "Status Check" stays in "Pending" for over 15 minutes and then the instance is terminated by the scaler that launches another one in a loop.

one year ago
one year ago
0 Hi, I Am Trying To Setup An Auto Scaler, But I Am Getting The Following Dependency Error:

SuccessfulKoala55 , how do I set the agent version when creating the autoscaler?

one year ago
0 Hi, Actually Now A Saw In The Logs:

I just called the script with:
task.set_base_docker(
docker_image="nvidia/cuda:11.7.0-runtime-ubuntu22.04",
# docker_arguments="--privileged -v /dev:/dev",
)
task.execute_remotely(queue_name="default")

Then in the console:
` Exception: Command '['/usr/bin/python3', '-m', 'poetry', 'config', '--local', 'virtualenvs.in-project', 'true']' returned non-zero exit status 1.
Error: Failed configuring Poetry virtualenvs.in-project
failed installing poetry requirements: Comman...

one year ago
0 Hi, Actually Now A Saw In The Logs:

Tried using a custom python version:

` FROM nvidia/cuda:11.7.0-runtime-ubuntu22.04
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y
build-essential libssl-dev zlib1g-dev libbz2-dev
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev
xz-utils tk-dev libffi-dev liblzma-dev git
&& rm -rf /var/lib/apt/lists/*

RUN git clone ~/.pyenv
RUN /root/.pyenv/bin/pyenv install 3.10.6
ENV PATH="/root/.pyenv/versions/3.10....

one year ago
0 Hi, I Am Trying To Upload A Model But I Am Getting The Following Error:

So downgrading to python 3.8 would be a workaround?

3 years ago
0 Hi, What Is The Best Way To Get The Agent To Install A Dependency From Github. I Have Tried This In This Sample Script:

Hi, sorry for the delay. rmdatasets == 0.0.1 is the name of the local package that lives in the same repo as the training code. Instead of picking the relative path to the package.

As as work around I set the setting to force the use of requirements.txt and I am using this script to generate it:

` import os
import subprocess

output = subprocess.check_output(["pip", "freeze"]).decode()

with open("requirements.txt", "w") as f:
for line in output.split("\n"):
if " @" in line...

one year ago
0 Hi, I Am Trying To Setup An Auto Scaler, But I Am Getting The Following Dependency Error:

I think not, I have not set any ENV variable. Just went to the web UI, added an autoscaler, filled the data in the UI and launched the autoscaler.

By inspecting the scaler task, it is running the following docker image: allegroai/clearml-agent-services-app:app-1.1.1-47

one year ago
0 Hi, I Am Trying To Upload A Model But I Am Getting The Following Error:

This is being started as a command line script.

Also tried saving the model with:
task.set_model_config(cfg.model) task.update_output_model("best_model.onnx")But got the same exception,

3 years ago
3 years ago
0 Hi, I Am Trying To Upload A Model But I Am Getting The Following Error:

Its a S3 bucket, it is working since I am able to upload models before this call and also custom artifacts on the same script.
Ubuntu 18.04
Python: 3.9.5
Clearml: 1.0.4

3 years ago
0 Hi, I Am Trying To Use The Config Values From A Experiment, But

I have a task that is already completed, and, in other script, I am trying to load it and analyse the results.

3 years ago
0 Hi, What Is The Best Way To Get The Agent To Install A Dependency From Github. I Have Tried This In This Sample Script:

Yes, but the issue is caused because rmdatasets is installed in the local environments, I needed it installed in order to test the code locally, so it is caught on the package list.
I will probably stop installing the sibling packages and adding them manually to sys.path.

one year ago
0 Hi, I Was Trying To Test The Autoscaler Feature, But I Am Getting The Following Error:

I used the autogenerated clearml.conf, I will try erasing the unnecessary parts.

one year ago
0 Hi, What Is The Right Way Of Syncing A Dataset? Whenever I Add New Archives And Try To Upload I Get:

I run some tests, I think I got it now.
After creating the new dataset, it is necessary to run sync again, but now only the new files are uploaded.

And when running get the files on the parent dataset will be available as links.

3 years ago
Show more results compactanswers