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
QuaintJellyfish58
Moderator
34 Questions, 80 Answers
  Active since 10 January 2023
  Last activity 15 days ago

Reputation

0

Badges 1

72 × Eureka!
0 Votes
4 Answers
558 Views
0 Votes 4 Answers 558 Views
hi, i am running clearml server self hosted and update clearml to WebApp: 1.11.0-373 • Server: 1.11.0-373 • API: 2.25 before update/restarting we able to see...
9 months ago
0 Votes
2 Answers
243 Views
0 Votes 2 Answers 243 Views
4 months ago
0 Votes
7 Answers
676 Views
0 Votes 7 Answers 676 Views
one year ago
0 Votes
6 Answers
586 Views
0 Votes 6 Answers 586 Views
Hi just to confirm, i set my default output_uri to s3, output_uri will upload just artifacs, console log, file server will save plot images like matplotlib/s...
9 months ago
0 Votes
2 Answers
632 Views
0 Votes 2 Answers 632 Views
Hi, i tried this, but got unexpected result when set with_metadata=True source_url = ' ' remote_objects = StorageManager.list(source_url, with_metadata=True,...
one year ago
0 Votes
4 Answers
556 Views
0 Votes 4 Answers 556 Views
hi, is it possible to run pipeline not use form to changing variable, but editor like connect_configuration?
9 months ago
0 Votes
3 Answers
586 Views
0 Votes 3 Answers 586 Views
Hi, anyone know what is cause? i tried to run this in my agent. but somehow this got this error after agent install depedencies my_env: clearml-agent=1.5.2 c...
9 months ago
0 Votes
7 Answers
725 Views
0 Votes 7 Answers 725 Views
Hi, i am try to use TaskScheduler as cronjob, i want my task running every 2.40 am UTC everyday, task_scheduler.add_task( target_project='Automation/feedback...
one year ago
0 Votes
2 Answers
377 Views
0 Votes 2 Answers 377 Views
hi everyone, is it possible on clearml, before run a task using by agent/remotely we can implement some script python? the usecase here i want to export some...
4 months ago
0 Votes
2 Answers
653 Views
0 Votes 2 Answers 653 Views
will self hosted version clearml have Reports features?
one year ago
0 Votes
2 Answers
591 Views
0 Votes 2 Answers 591 Views
Hi, can i do integrate my vault with clearml?
8 months ago
0 Votes
5 Answers
560 Views
0 Votes 5 Answers 560 Views
9 months ago
0 Votes
4 Answers
740 Views
0 Votes 4 Answers 740 Views
Hi i have installed clearml-agent, but my pip saved in hdd, if i run clearml-agent to SSD, is it mean, my code task will running in ssd?
one year ago
0 Votes
2 Answers
267 Views
0 Votes 2 Answers 267 Views
hi guys, is there CLI to download artifacs based on id artifacs?
4 months ago
0 Votes
7 Answers
750 Views
0 Votes 7 Answers 750 Views
[Issue with Minio] Hi, i am using clearml=1.8.3, but it seems still have trouble with minio connection. https://github.com/allegroai/clearml/issues/763 this ...
one year ago
0 Votes
3 Answers
656 Views
0 Votes 3 Answers 656 Views
Hi, it seems there is a bug: StorageManager.list with_metadata not returning 'size' i am using minio ls_files = StorageManager.list( remote_url=remote_url, r...
one year ago
0 Votes
2 Answers
718 Views
0 Votes 2 Answers 718 Views
Hi guys, can we do dropdown this on configuration?
one year ago
0 Votes
2 Answers
521 Views
0 Votes 2 Answers 521 Views
Hi, is there a way to know when some experiment change status to published? how i can catch the change ? is it same with slack monitoring example script? i w...
8 months ago
0 Votes
1 Answers
391 Views
0 Votes 1 Answers 391 Views
hi guys, can i check via https if the clearml-agent is on/off? is there port in clearml-agent to interact with clearml-server? TIA
6 months ago
0 Votes
23 Answers
729 Views
0 Votes 23 Answers 729 Views
Hi All, i am creating sub project, for Experiment, but it seems there is [undefined] section created too (like picture) every i made subproject. also, can we...
one year ago
0 Votes
6 Answers
127 Views
0 Votes 6 Answers 127 Views
Hi, guys can i run a task in task? i have task, if that ended, it will start to run another task remotely. Thanks in advance!
2 months ago
0 Votes
1 Answers
531 Views
0 Votes 1 Answers 531 Views
Hi!
Hi! about: clearml-data my case: i have one json coco file, upload it using clearml-data. it will craete v1.0.0. after that i do some changes to jsco co file...
10 months ago
0 Votes
4 Answers
383 Views
0 Votes 4 Answers 383 Views
hi guys, is there a way to timeout (from clearml) a task if that running too long?
4 months ago
0 Votes
1 Answers
484 Views
0 Votes 1 Answers 484 Views
Hi, is it possible to set script always clone the latest commi from branch?
9 months ago
0 Votes
5 Answers
770 Views
0 Votes 5 Answers 770 Views
hello, i am trying to run clearml-agent on google colab, and i want to setup aws s3 key-secret. i cannot find ~/clearml.conf on google colab. where actually ...
aws
one year ago
0 Votes
2 Answers
678 Views
0 Votes 2 Answers 678 Views
Hi, can we custom default output_uri for PipelineController . add_function_step or we make custom output_uri for PipelineController()? it seems by default up...
one year ago
0 Votes
7 Answers
139 Views
0 Votes 7 Answers 139 Views
Hi Everyone, i have two issues with new clearml-server (1.14): - Failed Navigate From Overview to Experiments Details - Async Delete Always Failed when Remov...
2 months ago
0 Votes
6 Answers
683 Views
0 Votes 6 Answers 683 Views
Hi. is there a way to make hyperparameters/any part form become a dropdown list when in Draft mode on ClearML UI? like we want set using UI but limited optio...
one year ago
0 Votes
6 Answers
676 Views
0 Votes 6 Answers 676 Views
Hi, Is anyone can access http://clear.ml right now? Thanks
one year ago
0 Votes
7 Answers
786 Views
0 Votes 7 Answers 786 Views
hello, is it possible to install clearml-agent without using pip? i want to use docker, but worried about when clearml-agent execution in docker mode cannot ...
one year ago
Show more results questions
0 Hi, I Am Running Clearml Server Self Hosted And Update Clearml To

it seems if i access with my dns cannot see
and if access with ip address can see

9 months ago
0 Hi Guys, Is There A Way To Timeout (From Clearml) A Task If That Running Too Long?

my case more like there is a task/process that running but somehow its takes too long to completed. it can be because connection issue forgot to put connection timeout, a problem connection database, etc that makes status still running, but its traped in a situation like that.

so i want to force shutdown a task to failed if that happen

4 months ago
0 Hi, Anyone Know What Is Cause? I Tried To Run This In My Agent. But Somehow This Got This Error After Agent Install Depedencies My_Env:

hi @<1523701087100473344:profile|SuccessfulKoala55> , it solved! thanks for information CLEARML_ENV ! I just accidently write environment varible CLEARML_ENV on every clearml-agent.conf. πŸŽ‰

9 months ago
0 Hi Guys, I Have Data ( For Folder Tree Image Classification) And We Stored That On S3 Bucket Minio Can I Register Dataset To Clearml Without Downloading (Using Storage Manager) Data On S3 Bucket To My Local Then Upload To Clearml?

yes, so far i know, if we want to upload dataset on clearml, we need provide local_path to data, then clearml will upload to the platform.

my data not on local, but s3 bucket.
is there a way to point s3 url ? my currently workflow is download my data from s3 bucket to local, then upload to clearml.

one year ago
0 Hey, Is There A Shortcut On The Dataset Sdk To Directly Get The Latest Version Of A Dataset ?

Hi AgitatedDove14 , is the Dataset.get will take all child too?

one year ago
0 Hi Guys, I Have Problem Understanding To Set Requirements.Txt And Running Remotelty Using Clearml-Agent. So I Tried To Set Requirements, And Want To Execute Remotely. When In Draft Mode, The Installed Package Is Correct And Match Like Requirements.Txt, Bu

Hi @<1523701070390366208:profile|CostlyOstrich36>
i attach for complete log

here my structure:

.
β”œβ”€β”€ app
β”‚   β”œβ”€β”€ backend
β”‚   └── frontend
β”œβ”€β”€ assets
β”‚   β”œβ”€β”€ demo-app-sample.png
β”‚   └── workflow.png
β”œβ”€β”€ config
β”‚   β”œβ”€β”€ clearml.conf
β”‚   β”œβ”€β”€ list_models.py
β”‚   β”œβ”€β”€ list_optimizer.py
β”‚   β”œβ”€β”€ __pycache__
β”‚   └── train_config.py
β”œβ”€β”€ docker
β”‚   β”œβ”€β”€ Dockerfile
β”‚   β”œβ”€β”€ Dockerfile.app
β”‚   β”œβ”€β”€ requirements.prod.txt
β”‚   β”œβ”€β”€ requirements.train.txt
β”‚   └── requirements.txt
β”œβ”€β”€ lightning_logs
β”œβ”€β”€ Mak...
one year ago
0 Hey Guys,

https://github.com/mert-kurttutan/torchview
maybe can try this one, and can send to logger clearml at the end.

one year ago
0 [Issue With Minio] Hi, I Am Using Clearml=1.8.3, But It Seems Still Have Trouble With Minio Connection.

my config is same like issue #763

` import clearml
from clearml import StorageManager, Dataset
from rich import print

version_clearml = clearml.version

manager = StorageManager()

print(f'clearml: {version_clearml}')
try:
minio_s3_url = 'x/x/x/x/x/x/x'
print('\n-------------download folder-------------')
target_folder = manager.download_folder(
local_folder='tmp',
remote_url=f' '
)
except Exception as e:
print(e)
print('FAILED: download fold...

one year ago
0 [Issue With Minio] Hi, I Am Using Clearml=1.8.3, But It Seems Still Have Trouble With Minio Connection.

Hi SmugDolphin23 , i have try 1.8.4rc1, and yeah its working! Thanks!

one year ago
0 Hi, I Am Try To Use Taskscheduler As Cronjob, I Want My Task Running Every 2.40 Am Utc Everyday,

Hi @<1523701205467926528:profile|AgitatedDove14> , Thanks for rresponse!
this my simple code to test scheduler

import datetime
from clearml.automation import TaskScheduler
  
def test_make():
    print('test running', datetime.datetime.now())

if __name__ == '__main__':
    task_scheduler = TaskScheduler(
        sync_frequency_minutes=30,
        force_create_task_name='controller_feedback',
        force_create_task_project='Automation/Controller',
    )

    print('\n[utc_timestamp]...
one year ago
0 Hi I Have Installed Clearml-Agent, But My Pip Saved In Hdd, If I Run Clearml-Agent To Ssd, Is It Mean, My Code Task Will Running In Ssd?

oh okay, so i need to set that to path ssd, yeah?
is it this one? or there is

    docker_internal_mounts {
        sdk_cache: "/clearml_agent_cache"
        apt_cache: "path/to/ssd/apt-cache"
        ssh_folder: "/root/.ssh"
        pip_cache: "path/to/ssd/clearml-cache/pip"
        poetry_cache: "/mnt/hdd_2/clearml-cache/pypoetry"
        vcs_cache: "path/to/ssd/clearml-cache/vcs-cache"
        venv_build: "path/to/ssd/clearml-cache/venvs-builds"
        pip_download: "path/to/ssd/cle...
one year ago
0 Hi Guys, Is There A Way To Timeout (From Clearml) A Task If That Running Too Long?

i see thanks for the answer, i will read that reference.

4 months ago
0 Hi Guys, I Have Data ( For Folder Tree Image Classification) And We Stored That On S3 Bucket Minio Can I Register Dataset To Clearml Without Downloading (Using Storage Manager) Data On S3 Bucket To My Local Then Upload To Clearml?

still i need do this?
dataset.upload() dataset.finalize()
i have another question,
if we have uploaded data clearml, how we add data?
this is my way right now.

dataset = Dataset.create( dataset_project=metadata[2], dataset_name=metadata[3], description=description, output_uri=f" ", parent_datasets=[id_dataset_latest] )

one year ago
0 Hi, Is Anyone Can Access

Hi @<1523701070390366208:profile|CostlyOstrich36> ,
i use vpn and set location in US still cannot access too.
when i set location to Germany, it can access.
any idea to solve this from user side?
image

one year ago
0 Hi, Is It Possible To Run Pipeline Not Use Form To Changing Variable, But Editor Like Connect_Configuration?

Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for response, sorry for late replay,

this is my configuration in yaml, i facing difficulty when there is params in list. somehow, form to display bunch list not easy to see. do you have suggestion? Thanks!


download-data:
  dataset_train:
  - 

  - 

  - 

  dataset_test:
  - 

  - 

  - 


train:
  data:
    batch: 4
    input_size: 224
    split:
      t...
9 months ago
0 Hi. Is There A Way To Make Hyperparameters/Any Part Form Become A Dropdown List When In Draft Mode On Clearml Ui? Like We Want Set Using Ui But Limited Option On Dropdown List.

i am using dictionary, more convinient for me and can categorize each params.
Thanks, hope that feature will ready soon!

one year ago
0 Hi, Can I Do Integrate My Vault With Clearml?

i see,
thanks for clarify. i just want to find other solutions to storing secret value. rightnow i just storing secret value on env in clearml.conf in my workers. but it will complicated if there is new value, i need update workers conf and redeploy workers.

8 months ago
0 Hi Everyone, Is It Possible On Clearml, Before Run A Task Using By Agent/Remotely We Can Implement Some Script Python? The Usecase Here I Want To Export Some Env Settings Before Task Started Execute.

I’m running the agent in β€˜pip’ mode. I need to fetch certain secret values, which would be best done using Python code. If I incorporate it into the script (repository), others could deduce the path to retrieve the environment or secret value. Storing the environment variables in the clearml.config isn’t very flexible either.

4 months ago
0 Hi, Is It Possible To Run Pipeline Not Use Form To Changing Variable, But Editor Like Connect_Configuration?

the current my solution is upload my config to s3, and the pipeline will download it and read it when execute. but its decrase flexiblity.

9 months ago
Show more results compactanswers