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
DangerousBee35
Moderator
22 Questions, 34 Answers
  Active since 26 July 2023
  Last activity 14 days ago

Reputation

0

Badges 1

32 × Eureka!
0 Votes
5 Answers
349 Views
0 Votes 5 Answers 349 Views
hi, is it a well known issue that once you upload an artifact with the prefix of "data_" to a task, you cannot fetch the task since clearml sees it as a data...
4 months ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
***** solved ***** it appears that ClearML hasn't automatically captured the requirements.txt file in the cloned repository. adding the following line of cod...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, lately while trying to create a new dataset we encounter the following error: my code: from clearml import Dataset, Task dataset_1 = Dataset.create(datas...
one year ago
0 Votes
2 Answers
797 Views
0 Votes 2 Answers 797 Views
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
how can i use multiple docker args in the clearml-task cli? --docker_args '-v=some_dir:other_dir' -----> a single value works fine --docker_args '-v=some_dir...
one year ago
0 Votes
14 Answers
237 Views
0 Votes 14 Answers 237 Views
hey, I'm using clearml GCP autoscaler and it seems that task.connect is very slow compared to the same setup in clearml AWS autoscalers. it might takes up to...
2 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
is it normal that (idle) workers that are spun by the aws autoscaler are not shut down when the autoscaler is stopped? I'm experiencing this issue a lot and ...
one year ago
0 Votes
2 Answers
139 Views
0 Votes 2 Answers 139 Views
HPO with optuna via webapp (pro version) is not working as expected. i generated a dummy task that logs a random value into some metric and closes, the code:...
hpo
23 days ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I'm using lightgbm package to train models. in my task execution I'm getting lots of warnings print from lightgbm. when running locally these prints are ...
one year ago
0 Votes
5 Answers
555 Views
0 Votes 5 Answers 555 Views
5 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I am using ClearML on a self-hosted server (with Kubernetes using Helm). currently we are using the free version and i was wondering if it is possible to...
one year ago
0 Votes
2 Answers
178 Views
0 Votes 2 Answers 178 Views
one month ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
one year ago
0 Votes
4 Answers
136 Views
0 Votes 4 Answers 136 Views
Hi, i was wondering if there is a way to attach files that are not committed to git to task run? i'm aware to the option of apply_files in the clearml.conf f...
17 days ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
hi, im using aws autoscaler and having issues with clonning repos on a machine that has already run a task before. you may see the entire error in the attach...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I am running a script from a git repository. in the repository there is a package that i wrote and i would like the script that i am running to be able t...
one year ago
0 Votes
4 Answers
142 Views
0 Votes 4 Answers 142 Views
hi, I'm experiencing with hydra integration with clearml. as the docs here mentions, the config file is added as blob. i want to use hyperparameters optimiza...
one month ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
I'm trying to use the AWS autoscaler and I'm having some difficulties with the AMI configuration. from what i tested the AMI should include: - python install...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
**** solved **** i used variables from here - None os.environ['CLEARML_AGENT_GIT_USER'] = 'myuser' os.environ['CLEARML_AGENT_GIT_PASS'] = 'mypass' ----------...
aws
one year ago
0 Votes
1 Answers
226 Views
0 Votes 1 Answers 226 Views
Hi, we are migrating from AWS to GCP machines and we experience issues with task.connect function. the issue is that on GCP machines that are spawn by the au...
2 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I am looking for a way to report a single metric value of a trained model (lgbm for example). I'm currently using: logger.report_scalar(title='train', se...
one year ago
0 Hi, Im Using Aws Autoscaler And Having Issues With Clonning Repos On A Machine That Has Already Run A Task Before. You May See The Entire Error In The Attached Log File. In A Brief:

yes the agent has already cloned the same repo in the first task (from the same account with the same user and token).
do you mean the full log of the machine itself? the full log of the failed task is attached already

one year ago
0 Hi, I Was Wondering If There Is A Way To Attach Files That Are Not Committed To Git To Task Run? I'M Aware To The Option Of

@<1523701070390366208:profile|CostlyOstrich36> Hi, i would expect a feature that looks something like this:
clearml Task CLI option "--mount-files" (or other informative name) which would be used to add local files to the sent task in the following format:

clearml-task --project examples --name remote_test --script my_script.py --mount-files "local_file_1:target_path_1, local_file_2:target_path_2"

of course there would be some size limit to the mounted files (same as you do with l...

15 days ago
0 Hi, Im Using Aws Autoscaler And Having Issues With Clonning Repos On A Machine That Has Already Run A Task Before. You May See The Entire Error In The Attached Log File. In A Brief:

no, im clonning only from gitlab.
another issue i had regarding clonning git raised when i tried using clearml-agent daemon, it was unable to find my git user name (i used the --git-user and --git-pass args). how can one debug these issues, if possible at all from the user side?

one year ago
0 Hpo With Optuna Via Webapp (Pro Version) Is Not Working As Expected. I Generated A Dummy Task That Logs A Random Value Into Some Metric And Closes, The Code:

Hi, sure, there is nothing special there, even some redundancy.

def initialize_clearml_task(
        project_name: str = None,
        task_name: str = None,
        task_type: str = None,
        tags: list[str] = None,
) -> tuple[Task, Logger]:
    """
    Initialize and configure a ClearML task.

    Parameters
    ----------
    project_name : str
        Name of the ClearML project.
    task_name : str
        Name of the ClearML task.
    task_type : str
        Type of the ClearM...
23 days ago
0 ***** Solved ***** It Appears That Clearml Hasn'T Automatically Captured The Requirements.Txt File In The Cloned Repository. Adding The Following Line Of Code At The Beginning Of My Script Fixed That:

installed packages before the task is running:

# Python 3.10.10 | packaged by Anaconda, Inc. | (main, Mar 21 2023, 18:39:17) [MSC v.1916 64 bit (AMD64)]

GitPython == 3.1.31
bokeh == 2.4.3
boto3 == 1.26.158
botocore == 1.29.158
clearml == 1.11.1
h5py == 3.8.0
holoviews == 1.16.0
joblib == 1.2.0
lightgbm == 3.3.5
mat73 == 0.60
matplotlib == 3.7.1
numpy == 1.23.5
pandas == 1.5.3
pytest == 7.3.1
scikit_learn == 1.3.0
scipy == 1.10.1
shapely == 2.0.1
sktime == 0.21.0
statsmodels == 0.13.5
t...
one year ago
0 Hey, I'M Using Clearml Gcp Autoscaler And It Seems That

@<1523701070390366208:profile|CostlyOstrich36> thanks for the reply!

yes i'm using app.clear.ml
the vm is initialized via the clearml autoscalers, in the aws autoscaler i didn't have to do some network configurations there, thus i assume that it should be the same in the gcp VMs.

can you direct me to tests that should reveal lagging issues?

2 months ago
0 Hi, I'M Experiencing With Hydra Integration With Clearml. As The Docs

after playing with it a bit more, i figured out that you need to set _ allow omegaconf_edit_ to False and the parameters naming should be done with dot notation. for example Hydra/some_key. other_key.my _key . there is no documentation regarding hydra with hyperparameters tuning, it is best to add a section regarding it in the link you attached.

one month ago
0 Hello, Everyone. I'M Trying To Use The Hpo In Clearml And Having Some Problems. All Of My Hyperparameters Are Python Dictionaries With Different Values (Int, Float, Bool, Str). When I Set The Hyper-Parameters I Want To Optimize In The Hpo And Send The Tas

we would love to get some clarifications as well, how does strings should be provided? what is the step size param in the uniform type? is it normal that all unused hyperparams in the HPO are displayed as str typein the UI?
thanks!

one year ago
0 Hi, I Am Running A Script From A Git Repository. In The Repository There Is A Package That I Wrote And I Would Like The Script That I Am Running To Be Able To Import It, Thus I Need To Add The Package Path To Python Path. Repo Structure:

It seems that when the working directory is set to '.' (root of the cloned repo) I am able to import my package as expected.
I thought about your solution but then it requires me to push every time I change my package which is inconvenient.

one year ago
0 How Can I Use Multiple Docker Args In The Clearml-Task Cli?

update:
--docker-args "-v some_dir:other_dir -v some_dir:other_dir" is the correct format

one year ago
0 Hi, I'M Experiencing With Hydra Integration With Clearml. As The Docs

@<1822805241150574592:profile|ShinySparrow39> thanks, but i don't understand your workaround. how does it enables overrides from clearm UI? specifically for hyperparameters app which doesn't seems to work with logged configurations files.

one month ago
0 Hi, We Are Migrating From Aws To Gcp Machines And We Experience Issues With

setting ignore_remote_overrides = True help solve the issue, but obviously we can't use it as a solution. what reasons might be that it would take so much time when trying to find params override in the backend? is it a network issue? maybe needs to change the machine network configuration?

2 months ago
0 Hi, I'M Experiencing A New Issue With Logging Scalars And Plots. It Seems That Something Has Changed On Your Side (Clearml) And Scalar And Plots Are Having Trouble Getting Logged (Usin The Pro Plan Of Clearml). The Result Is A Full Training Run Without Sc

i don't have one, as i said it is not very reproduceable. the same code runs fine one time, and another time (running the exact same experiment) it works the same but with the logging issues. as i mentioned, IMO it is not something related to the code itself but to connectivity with clearml servers. i'm running on GCP machines, which is not the first time i'm experiencing connectivity issues with clearml when working on them (we migrated from AWS ec2 a few weeks ago). the first issue was with...

one month ago
0 Hi, Is It A Well Known Issue That Once You Upload An Artifact With The Prefix Of "Data_" To A Task, You Cannot Fetch The Task Since Clearml Sees It As A Data Logging?

After running your suggestion (which worked), i'll be more accurate, the issue is with datasets and not tasks. try running this:

from clearml import Task, Dataset
import pandas as pd

task = Task.init(project_name='examples', task_name='Artifacts with data_')
ds = Dataset.create(dataset_project="examples", dataset_name="test", use_current_task=True)

df = pd.DataFrame(
    {
        'num_legs': [2, 4, 8, 0],
        'num_wings': [2, 0, 0, 0],
        'num_specimen_seen': [10, 2, 1, 8]
 ...
4 months ago
0 Hi, I Was Wondering How Come My Api Calls Keeps Going Up While I'M Not Executing Any Tasks\Experiments? I Think It Is Related To The Fact That I Have A Worker That Is Running In The Background, And I Was Wondering How Many Api Calls A Worker Is Doing Per

thanks!
by application you mean the web UI? is it possible to estimate the amount of calls it's performing when idle? while viewing an experiment? or some other typical usage?

one year ago
0 Hi, Lately While Trying To Create A New Dataset We Encounter The Following Error: My Code:

conf file:

# ClearML SDK configuration file
api { 
    # Tomer Roditi's workspace
    web_server: 

    api_server: 

    files_server: 

    # corractions server
    credentials {"access_key": "****", "secret_key": "****"}
}
sdk {
    # ClearML - default SDK configuration

    storage {
        cache {
            # Defaults to system temp folder / cache
            default_base_dir: "~/.clearml/cache"
            # default_cache_manager_size: 100
  ...
one year ago
0 I'M Trying To Use The Aws Autoscaler And I'M Having Some Difficulties With The Ami Configuration. From What I Tested The Ami Should Include:

well there is no default one.. and in the docs there is nothing about it. would be nice to add a minimal requirements for the AMI in the docs, instead of just writing "The AWS AMI to launch".
thanks for the answer :)

one year ago
0 Hi, I Am Looking For A Way To Report A Single Metric Value Of A Trained Model (Lgbm For Example). I'M Currently Using:

here is an example of the logged values, I was hoping for a way to log them so they could be visualize better.. any advice (beside making my own plot and log it)?
image

one year ago
0 ***** Solved ***** It Appears That Clearml Hasn'T Automatically Captured The Requirements.Txt File In The Cloned Repository. Adding The Following Line Of Code At The Beginning Of My Script Fixed That:

it seems like it does finds the requirments file otherwise why would it install tsfel tsfresh and some other "non-basic" packages?

one year ago
Show more results compactanswers