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
AbruptDuck50
Moderator
18 Questions, 56 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
13 Answers
613 Views
0 Votes 13 Answers 613 Views
Hi, while loading a task I see the following line in the output: Could not lock cache folder "___r" (timeout 300 sec), using temp vcs cache. also I see a ver...
2 years ago
0 Votes
6 Answers
605 Views
0 Votes 6 Answers 605 Views
Hi, I am running an optimization task with OptimizerOptuna (using your doc https://clear.ml/docs/latest/docs/references/sdk/hpo_optimization_hyperparameterop...
2 years ago
0 Votes
1 Answers
570 Views
0 Votes 1 Answers 570 Views
Hi, I have a general question regarding running two service queues, (each one with one agent). Is it enabled in the community version ?
2 years ago
0 Votes
9 Answers
581 Views
0 Votes 9 Answers 581 Views
anyone knows why this happens?
2 years ago
0 Votes
13 Answers
574 Views
0 Votes 13 Answers 574 Views
Hi, I am a pro account user (just upgraded today). I currently have a queue name "services" and 2 workers are listening to this queue, but only one is pullin...
2 years ago
0 Votes
17 Answers
623 Views
0 Votes 17 Answers 623 Views
Hi, I cant access the clearml UI, is there something wrong with your servers?
one year ago
0 Votes
17 Answers
602 Views
0 Votes 17 Answers 602 Views
Hi everyone, I was running an optimization task with OptunaOptimzer, but I had the following error : Could not find requested metric ('evaluate', 'accuracy')...
2 years ago
0 Votes
10 Answers
664 Views
0 Votes 10 Answers 664 Views
2 years ago
0 Votes
4 Answers
607 Views
0 Votes 4 Answers 607 Views
Hi guys, I have a recurring problem : Every few new commits - I try to upload a new task and I have the following error: Using cached repository in "/root/.c...
2 years ago
0 Votes
5 Answers
643 Views
0 Votes 5 Answers 643 Views
one year ago
0 Votes
5 Answers
878 Views
0 Votes 5 Answers 878 Views
2 years ago
0 Votes
1 Answers
626 Views
0 Votes 1 Answers 626 Views
Hi, I have a question regarding loading an InputModel: I am getting the following log message - "clearml - WARNING - Model configuration only supports dictio...
one year ago
0 Votes
6 Answers
661 Views
0 Votes 6 Answers 661 Views
Hi, I am trying to upload an optimization task and I have the following message at the bottom of the app. Also when I try to upload the task, it fails with t...
2 years ago
0 Votes
1 Answers
584 Views
0 Votes 1 Answers 584 Views
2 years ago
0 Votes
0 Answers
677 Views
0 Votes 0 Answers 677 Views
Hi, I have the following problem - when running a tensorflow model (nn) I have two logs printed out through the model (with tensorboard), one for the mse/los...
2 years ago
0 Votes
7 Answers
574 Views
0 Votes 7 Answers 574 Views
Hi, is it possible to delete tags?
2 years ago
0 Votes
6 Answers
570 Views
0 Votes 6 Answers 570 Views
Hi All 🙂 Every time I run a new task my whole git repo is cloned, to pull a single .py file. Is there a way to define (I suppose in the clearml.conf file) t...
one year ago
0 Votes
9 Answers
680 Views
0 Votes 9 Answers 680 Views
2 years ago
2 years ago
0 Hi All

I don't know if it has anything to do with it but I now see that the repo which is cloned and save in the cache is actually a different branch than the one which is pulled by the agent.

From the log file:
repository = https://gitlab.com/data_science_team/PROJECT_NAME branch = MYBRANCH
SOMENUMBER IP### DEBUG
warning: redirecting to https://gitlab.com/data_science_team/PROJECT_NAME.git/

one year ago
0 Hello, I Am Working With A Pytorch Model, And I Would Like To Save It As An Outputmodel. I Read That Clearml Has Pytorch Auto-Logging Ebabled Automatically. My Question Is: What Path Should I Specify To Torch.Save() In Order For It To Be Uploaded Automati

As it seems torch.save() just saves to the disk, so it seems there is no need for (server) parent path, just the name of the file , in my case : ' http://my_model.pt ' .
Thanks for you help CostlyOstrich36

2 years ago
0 Hi, Is It Possible To Delete Tags?

will do! 🙂

2 years ago
0 Hi, I Am Running An Optimization Task With Optimizeroptuna (Using Your Doc

Thank you for the clarification, everything is clear now 🙂

2 years ago
0 Hi, While Loading A Task I See The Following Line In The Output:

EDIT

I have disabled VCS-cache and it seems that the multiple cache files are still created when running a new task. Also still the lock is created once a new experiment is run: first image - cache after removing lock, second image - a few seconds later after running a new task. Also attached log output of the task uploaded (with ### replacing non relevant details).

2 years ago
0 Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :

I have some info that I wouldn't like to post here (due to security reasons), is there a way to share the link only with your user ? 🙂

2 years ago
0 Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :

And afterwards, I have the following output that continues for 300 iterations without further reports of metrics

2 years ago
0 Hello, Getting This Message On Sub Tasks

Hi, joining in into this thread. I just have the same error with my task, which is not an optimization one.
created virtual environment CPython3.7.5.final.0-64 in 232ms
creator CPython3Posix(dest=/home/ubuntu/.clearml/venvs-builds/3.7, clear=False, no_vcs_ignore=False, global=False)
seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/ubuntu/.local/share/virtualenv)
` added seed packages: pip==22.0.4, setuptool...

2 years ago
0 Hi, I Cant Access The Clearml Ui, Is There Something Wrong With Your Servers?

also tried to connect from to dataset from CLI and recieved connection error:

one year ago
0 Hi, I Am Running An Optimization Task With Optimizeroptuna (Using Your Doc

Interesting I am only now seeing **optimizer_kwargs it seems that it will fix my problem. Is it too much to ask if you could add an example of how to initiate the optuna object with the kwargs (mainly how to initiate 'trial', 'study', 'objective' arguments) ? 🙂

2 years ago
0 Hi, Is It Possible To Delete Tags?

I would to delete a tag name from list of tags not from a task, ie from here:

2 years ago
0 Hello, I Am Using Datasets In Community Server. I Have Been Trying To Create A Child Dataset The Following Way: Dataset_Name = "Training2501" Dataset_Project = "Datasets" Dataset_Path = Dataset.Create( Dataset_Name=Dataset_Name, Dataset_Project=Da

In the child dataset task I see the following :
ARTIFACTS - > STATE:
Dataset state
Files added/modified: 1 - total size 518.78 MB
Current dependency graph: {
"0385db....": [], ()
"94f4....": ["0385db..."]
}
child task is 94f4.. and parent task is "0385db..." but what does the (
) line means?

2 years ago
2 years ago
0 Hello, I Am Using Datasets In Community Server. I Have Been Trying To Create A Child Dataset The Following Way: Dataset_Name = "Training2501" Dataset_Project = "Datasets" Dataset_Path = Dataset.Create( Dataset_Name=Dataset_Name, Dataset_Project=Da

Another question: Is there a way to group together Dataset tasks (i.e redefine their parent) after the tasks have been finalized? In the same context: is there a way to change the dependency graph in the clearml dashboard after the task creation and finalization ?

2 years ago
Show more results compactanswers