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
UpsetWalrus59
Moderator
17 Questions, 32 Answers
  Active since 09 May 2023
  Last activity 8 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
1 Answers
466 Views
0 Votes 1 Answers 466 Views
Hi, what is the expect input of the series parameter of the logger.report_line_plot function? I am passing list of two lists (like [[1,2,3], [4,5,6]] ) to pl...
10 months ago
0 Votes
2 Answers
501 Views
0 Votes 2 Answers 501 Views
Hi, after I create my clearml.conf file with clearml-agent init I edit the azure.storage field afterwards to put there account_name and account_key , is ther...
10 months ago
0 Votes
1 Answers
502 Views
0 Votes 1 Answers 502 Views
Hi, I added in my code task.ignore_requirements("pywin32") however this library is still getting added by ClearML to the packages (which causes error on Linu...
11 months ago
0 Votes
4 Answers
600 Views
0 Votes 4 Answers 600 Views
11 months ago
0 Votes
7 Answers
429 Views
0 Votes 7 Answers 429 Views
Hi, what could be the reason for my Task.init taking close to 10min? See below screenshot of example run which took around 8min.
9 months ago
0 Votes
1 Answers
539 Views
0 Votes 1 Answers 539 Views
Hi, After my model's iterations ended and task turned to Completed I wanted to still train the model further for more iterations. I found there is continue_l...
10 months ago
0 Votes
2 Answers
453 Views
0 Votes 2 Answers 453 Views
8 months ago
0 Votes
2 Answers
423 Views
0 Votes 2 Answers 423 Views
8 months ago
0 Votes
8 Answers
542 Views
0 Votes 8 Answers 542 Views
10 months ago
0 Votes
4 Answers
512 Views
0 Votes 4 Answers 512 Views
Hi, could somebody please confirm if the output_uri parameter for creating Dataset in Azure is in the form: "azure://. blob.core.windows.net/ " ?
11 months ago
0 Votes
2 Answers
480 Views
0 Votes 2 Answers 480 Views
Hi, what would be the best practice for using the Datasets when testing different features? Should I just add new Dataset each time I try new feature to the ...
11 months ago
0 Votes
3 Answers
470 Views
0 Votes 3 Answers 470 Views
Hi, I noticed that when I commit changes and not push them and try to run a job I am getting clearml_agent: ERROR: Failed cloning repository. and advice to M...
9 months ago
0 Votes
4 Answers
578 Views
0 Votes 4 Answers 578 Views
11 months ago
0 Votes
2 Answers
442 Views
0 Votes 2 Answers 442 Views
Hi, is there any way to download all the experiments including their metrics, hyperparameters and so on?
8 months ago
0 Votes
7 Answers
574 Views
0 Votes 7 Answers 574 Views
11 months ago
0 Votes
2 Answers
562 Views
0 Votes 2 Answers 562 Views
Hi, I noticed that my experiments fail if I try to clone them and enqueue them after I already pushed another commits (following the commit of the cloned exp...
10 months ago
0 Votes
11 Answers
526 Views
0 Votes 11 Answers 526 Views
Hi, I am getting line 57, in get_local_copy if helper.base_url == "file://": AttributeError: 'NoneType' object has no attribute 'base_url' when trying to run...
11 months ago
0 Hi, I Just Started Using Clearml And I Really Enjoy It - It Seems Much Easier Than Other Similar Tools. I Got Today A Bit Mysterious Message When Running Experiment: "2023-05-08 15:07:40,206 - Clearml.Frameworks - Info - Found Existing Registered Model Id

yes, i can see the hyperparams are reflecting correctly, but I mean it shouldn't start from previous model checkpoint if it is different run with different hyperparams

11 months ago
0 Hi, I Just Started Using Clearml And I Really Enjoy It - It Seems Much Easier Than Other Similar Tools. I Got Today A Bit Mysterious Message When Running Experiment: "2023-05-08 15:07:40,206 - Clearml.Frameworks - Info - Found Existing Registered Model Id

i see, thanks for the explanation, so basically it is initializing the weights to the weights which are saved instead of to the random ones, if i understand correctly? So in this case to prevent this behavior and start from random weights I should just change the name of output file with weights, right?

11 months ago
0 Hi, Could Somebody Please Confirm If The

Thank you John for confirmation. I am getting clearml.storage.helper.StorageError: Can't find azure configuration for azure://...
I did put the storage account name and key in the clearml.conf file as indicated in the documentation and the uri seems to be correct, do you have any idea what I might be missing?

11 months ago
0 Hi, Could Somebody Please Confirm If The

just noticed that even though I put the correct credentials in place, I didn't notice that the whole segment is commented by default :face_palm: it works now, thanks 😁

11 months ago
0 Hi, I Am Getting
from clearml import Dataset
dataset = Dataset.get(
        dataset_project,
        dataset_name,
        dataset_version)

It is just that - the Dataset is stored in Azure Storage Account.

11 months ago
0 Hi, I Am Getting

I also checked the account_name and account_key from clearml.conf file but it seems fine.

11 months ago
0 Hi, I Am Getting

Yes, I can see it in the blob and it is not empty:
image

11 months ago
0 Hi, I Am Getting

I reinstalled clearml and it works

11 months ago
0 Hi, I Am Getting

1.10.3

11 months ago
0 Hi, After I Create My Clearml.Conf File With

Yes, that could be a workaround, thank you

10 months ago
0 Hi, I Am Getting

Nothing else, is just import and this one line of Dataset.get

11 months ago
0 Hi, I Am Getting

and previously I was able to retrieve it, I think the trouble started after I finalized dataset.

11 months ago
0 Hi, I Am Considering Different Plans Clearml Offers And It Would Be Great If Somebody Could Confirm If My Understanding Is Correct. So For Now What I Understood Is: All Of The Information Related To Tasks Like Artifacts, Scalars And Plots Are By Default U

ah didn't know the API limit is reseting each month, then it shouldn't be that much of a concern, makes sense. Regarding the metrics and metadata - will they also be counted to the Free Plan 1GB limit if I run my own ClearML self-hosted server?

11 months ago
0 Hi, I Am Having Trouble With Comparing Plotly Plots From Different Experiments. The Plots, When You Look At Them Within One Experiment Look Fine (Attaching Screenshot), However Once You Try To Compare Plots From Two Experiments There Are Few Problems:

I came up with this minimal example - it is a bit different but the behavior is also not as expected I think:

import numpy as np
import plotly.express as px
from clearml import Task

task = Task.init(project_name='MyProject', task_name='task1', 
                 task_type=Task.TaskTypes.training)
logger = task.get_logger()
y_pred = np.random.rand(100)
y_test = np.random.rand(100)
fig = px.line({'y_pred': y_pred, 'y_test': y_test})
logger.report_plotly(title=f'Forecast', series=f'Forecas...
10 months ago
9 months ago
0 Hi, What Could Be The Reason For My

it has 24 parameters, but two of them are list of features so overall the yaml file has around 70 lines

9 months ago
0 Hi, What Could Be The Reason For My

I was checking my internet speed yesterday and it seemed normal, anyway it seems fine now.

9 months ago
0 Hi, What Could Be The Reason For My

It seems like today the issue is resolved - the same code takes half a minute.

9 months ago
0 Hi, What Could Be Possible Reason For Changing Hyperparameter From Ui Not Working? The Same Hyperparameter Changed In The Ui In The Cloned Experiment Gives Different Result Than When It Is Changed In The Config File And Run As New Experiment. The Two Expe

Hi, I am just having YAML file where I keep all the configurations and hyperparams and then for every training the first thing I do is I call a function which initializes the ClearML task and connects the config and returns it so that the rest of the code can use it.


def initialize_task(task_type=Task.TaskTypes.training):
    config = yaml.safe_load(open(r"params.yaml"))
    Task.ignore_requirements("pywin32")
    task = Task.init(project_name='X', task_name=config['TASK_NAME'], 
     ...
8 months ago
0 Hello All! Please Tell Me How To Make It So That Clearml Does Not Write New Tqdm Updates Every 20 Seconds From A New Line? As A Result, The Logs Of One Launch Start All Over 5-10 Megabytes ...

From my end I can confirm that if I use tqdm to print progress of training epochs (like for epoch in tqdm(range(num_epochs)): <training code> ) then I get each tqdm update printed as well as seen in attached image. @<1523702932069945344:profile|CheerfulGorilla72> maybe just reduce the number of updates to be less frequent - I think tqdm parameter miniters allows you to do that.
image

8 months ago
Show more results compactanswers