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 2 years ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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...
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K 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...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, I have a question regarding loading an InputModel: I am getting the following log message - "clearml - WARNING - Model configuration only supports dictio...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
anyone knows why this happens?
3 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hi everyone, I was running an optimization task with OptunaOptimzer, but I had the following error : Could not find requested metric ('evaluate', 'accuracy')...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, I have a general question regarding running two service queues, (each one with one agent). Is it enabled in the community version ?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi, I am running an optimization task with OptimizerOptuna (using your doc https://clear.ml/docs/latest/docs/references/sdk/hpo_optimization_hyperparameterop...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Hi, I cant access the clearml UI, is there something wrong with your servers?
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K 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...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, is it possible to delete tags?
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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...
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
3 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:

3 years ago
0 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 Pulling Tasks From The Queue. What Am I Missing?

Can you check if there is a situation where there are tasks pending in that queue while one of the workers is idle?

In what queue ? In services there are no pending tasks because they were all pulled by 'training'.

just to maker sure, how do you start the agents? Are you using the

--services-mode

option?

I used clearml-agent daemon --detached --services-mode --queue services --docker ubuntu:18.04 --cpu-only

3 years ago
0 Anyone Knows Why This Happens?

AgitatedDove14 and what about 'epoch_loss' without validation? That's the scalar I am interested to understand where it comes from.. I thought that was just the loss reported at the end of the train epoch via tf

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

I indeed have different scalar there :
val_loss but I have reported this metric in the checkpoint not in the logger..

3 years ago
0 Anyone Knows Why This Happens?

I attached the log of the tensor board.
The scalar reported to the tf log is : 0.2631
The scalar reported to the scalars board in the UI is : 0.121
There is a major difference between the two

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

This is not something that we defined or created- if I understand your question. It is created once a ClearML task is run, and there until the lock is deleted (which is something we do to handle another error I posted here about)

3 years ago
0 Hi All

CostlyOstrich36 Another clarification:
The master branch cache is stored at ". clearml/vcs-cache " - the code file doesn't exist there + the problem described above is occuring in this folder (multiple cache files of same repo).
While my branch is stored at " .clearml/venvs-builds/3.7/task_repository/"

3 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

3 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?

3 years ago
0 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 Pulling Tasks From The Queue. What Am I Missing?

Just to clarify again - when I start the agents I run :
clearml-agent daemon --detached --queue training
and then: clearml-agent daemon --detached --services-mode --queue services --docker ubuntu:18.04 --cpu-only
This is why there are 'training' and 'training_2' queues.

3 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:

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

In another task I have tried to evaluate this metric but received similar error :
clearml.automation.optimization - WARNING - Could not find requested metric ('evaluate', 'val_loss') report on base task

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

EDIT CostlyOstrich36

third image - cache after running another task with new cache file created even though cache is disabled

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

Yeah this is a lock which is always in our cache, cant figure out why it's there, but when I delete the lock and the other files, they always reappear when I run a new clearml task.
Another thing I should note: I have recently had an error which fix was to run git config --global --add safe.directory /root/.clearml/vcs-cache/r__ (git repo name).d7f
Ever since, once I run a new task - a new file appears in the cache with the format of <git repo name.lock file name_a bunch of numbers>

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

My questions are:

  1. how can I avoid creating tens of new cache files?
  2. do you happen to know why this lock is created and how it is connected to the above error (in the link - regarding "failing to clone.. ")
3 years ago
0 Hi Everyone, I Was Running An Optimization Task With Optunaoptimzer, But I Had The Following Error :

Because of a server error I can't download the log so I attached a screenshot. In the log I see only the following reports (without a summary table/plot).

3 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 ? 🙂

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

will do! 🙂

3 years ago
3 years 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) ? 🙂

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

Thank you for the clarification, everything is clear now 🙂

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

I had a task which I have cloned and reset a bunch of times, when I created the test as a new one, the error didnt appear again

3 years ago
0 Anyone Knows Why This Happens?

CostlyOstrich36 I am using clearml 1.1.4.

3 years ago
Show more results compactanswers