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
GreasyPenguin14
Moderator
29 Questions, 62 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

61 × Eureka!
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hi, I noticed that clearml does not work together with the debugger in PyCharm. Everytime I use the debugger I have to first comment out the clearml code. Is...
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
from datetime import datetime import hashlib from clearml import Task previous_timestamp = 0 task_filter = {} task_filter.update( { 'page_size': 100, 'page':...
3 years ago
0 Votes
0 Answers
956 Views
0 Votes 0 Answers 956 Views
Hi all, I am following the exact same steps as in the "Getting Started": https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, we use clearml to track all our experiments. For each experiment the accuracy the logged for both the training and the test set: self.logger.report_scala...
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
Hi, is it possible to specify per experiment (task in clearml) where the results (artifacts) are saved?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
I read that clearml-data stores only the difference between versions. Is this only working for text files or also for big files like medical imaging?
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
3 years ago
0 Votes
1 Answers
919 Views
0 Votes 1 Answers 919 Views
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, when using the logger.report_table() method ( https://allegro.ai/clearml/docs/docs/examples/reporting/pandas_reporting.html#reporting-csv-files-as-tables...
3 years ago
0 Votes
2 Answers
944 Views
0 Votes 2 Answers 944 Views
3 years ago
0 Votes
1 Answers
987 Views
0 Votes 1 Answers 987 Views
Hi, is there a way to not upload results by default to the clearml demo server?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
2 Answers
972 Views
0 Votes 2 Answers 972 Views
Is there a recommended way to deal with ClearML in Continuous Integration pipelines? I have an integration test running in the CI, but now it writes to the p...
3 years ago
0 Votes
5 Answers
909 Views
0 Votes 5 Answers 909 Views
3 years ago
0 Votes
3 Answers
994 Views
0 Votes 3 Answers 994 Views
from clearml import Dataset # Preprocessing code here dataset = Dataset.create(dataset_name='dataset name',dataset_project='dataset project') dataset.add_fil...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
3 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Hi, when I use the slack monitoring service it creates a link with task.get_output_log_web_page() However, this gives something like http://apiserver:8080/pr...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, what is the correct way to get all the failed and aborted experiments? client = APIClient() tasks = client.tasks.get_all( system_tags=["failed", "aborted...
3 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
How can I test scripts that use clearml in a CI environment? The integration tests run in a docker container without access to a clearml server, so I get the...
3 years ago
0 Votes
2 Answers
945 Views
0 Votes 2 Answers 945 Views
agent-services: networks: - backend container_name: trains-agent-services image: allegroai/trains-agent-services:latest restart: unless-stopped privileged: t...
3 years ago
0 Votes
13 Answers
537 Views
0 Votes 13 Answers 537 Views
Maybe this is more a git question than a ClearML question, but how do I get the CLEARML_AGENT_GIT_USER and CLEARML_AGENT_GIT_PASS for step 11 in https://alle...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
This is from the slack alerts console: > Environment setup completed successfully Starting Task Execution: ClearML experiment monitor Slack service ClearML r...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
What is the maximum length for the experiment name? I noticed that with very long names errors can occur
3 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
Hi, is it possible to query all experiments in a project and get the best performing one (sorted by one metric)? Something similar as search_runs in mlflow (...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
3 years ago
0 Votes
4 Answers
993 Views
0 Votes 4 Answers 993 Views
From the getting started: "If CLEARML_AGENT_GIT_USER / CLEARML_AGENT_GIT_PASS are not provided, then ClearML Agent Services will not be able to access any pr...
3 years ago
0 Maybe This Is More A Git Question Than A Clearml Question, But How Do I Get The Clearml_Agent_Git_User And Clearml_Agent_Git_Pass For Step 11 In

Is there a way to test this? It seems my git user and token are correct. I can do git clone https://<NAME_TOKEN >:<ACCESSTOKEN> gitlab.com/mycompany/repo.git

However when starting the service it fails with:

cloning: git@gitlab.com:mycompany/repo.git
Using user/pass credentials - replacing ssh url

:mycompany/repo.git' with https url '

'
2021-01-18 20:04:08
User aborted: stopping task (3)

3 years ago
3 years ago
0 Maybe This Is More A Git Question Than A Clearml Question, But How Do I Get The Clearml_Agent_Git_User And Clearml_Agent_Git_Pass For Step 11 In

Yes that is the error I get when trying to launch a custom slack alert service (when not running it locally)

3 years ago
0 Warning:Root:Could Not Delete Task Id=6Cd7F02Be36C4361965Adf9F027Bcda5, Task Id "6Cd7F02Be36C4361965Adf9F027Bcda5" Could Not Be Found 2021-07-15 20:58:48,046 - Clearml.Task - Error - Action Failed <400/101: Tasks.Get_By_Id/V1.0 (Invalid Task Id: Id=Ff308E

Some of the experiments are done on a GCP instance instead of the local server on which we also run ClearML. The experiments running on GCP report to the same local clearml server, but the IP address for clearml configured on the GCP instance is different (and then forwarded). Is this the problem?

3 years ago
0 Maybe This Is More A Git Question Than A Clearml Question, But How Do I Get The Clearml_Agent_Git_User And Clearml_Agent_Git_Pass For Step 11 In

I am using gitlab, I can create an access token. From the gitlab page:
"Personal Access Tokens
You can generate a personal access token for each application you use that needs access to the GitLab API."

However, now I have an access token, not an username/password. Is there also an option to authenticate with the access token?

3 years ago
0 I Read That Clearml-Data Stores Only The Difference Between Versions. Is This Only Working For Text Files Or Also For Big Files Like Medical Imaging?

yes, I wanted the confirmation that this is also a good solution for datasets with medical images

3 years ago
0 Hi, Is It Possible To Specify Per Experiment (Task In Clearml) Where The Results (Artifacts) Are Saved?

Okay, so I have to first save the generated image somewhere and then with logger.report_media it is copied to the folder?

3 years ago
0 Hi, Is It Possible To Specify Per Experiment (Task In Clearml) Where The Results (Artifacts) Are Saved?

Old legacy code that has its own folder structure per experiment. I can also do it the other way around. Does task.get_output_destination() return the folder including project name and <task_name>.<task_id>?

3 years ago
0 Hi, Is It Possible To Specify Per Experiment (Task In Clearml) Where The Results (Artifacts) Are Saved?

I see, however it looks like medical images are not supported. We use nifty images, except for an 3D array the image also contains voxel spacing, and origin and direction in a world frame

3 years ago
0 Hi, Is It Possible To Specify Per Experiment (Task In Clearml) Where The Results (Artifacts) Are Saved?

Yes, now I new unique folder is created per experiment where the predictions are saved. That works. The only thing is that now there is the folder that clearml makes for an experiment and the folder that saves the resuts. So two folders with artifacts per experiment. I was wondering if there was a more efficient solution and if it could be combined.

3 years ago
0 Hi, Is It Possible To Specify Per Experiment (Task In Clearml) Where The Results (Artifacts) Are Saved?

I see task.get_output_destination() returns a url like http://localhost:8081 . Is it possible to get the folder with the artifacts/models?

3 years ago
0 Hi, Is It Possible To Specify Per Experiment (Task In Clearml) Where The Results (Artifacts) Are Saved?

It is the folder the clearml creates and the folder we create ourself to store the predictions

3 years ago
0 Hi, In The Clearml Web Ui, Is It Possible To Edit The Description Of A Project For Which The Description Was Initially Empty? When There Is A Description There Is An "Edit" Button On The Overview Tab. When There Is No Description There Is No "Edit" Button

I see this indeed when I create a new project with an empty description. Is this also possible for older project created before clearml 1.0? For these projects this button is not there

3 years ago
0 How Can I Test Scripts That Use Clearml In A Ci Environment? The Integration Tests Run In A Docker Container Without Access To A Clearml Server, So I Get The Following Error:

This code snippet does reproduce:
` import os
from clearml import Task

parameters = {
'experiment': {
'project_name': 'test',
'experiment_name': 'test_exp',
'tags': []
}
}

Task.set_offline(True)
if not Task.is_offline():
os.environ['CLEARML_NO_DEFAULT_SERVER'] = '1'
task = Task.init(
project_name=parameters['experiment']['project_name'],
task_name=parameters['experiment']['experiment_name'],
task_type='testing',
tags=parameters['experiment...

3 years ago
0 Hi, When I Use The Slack Monitoring Service It Creates A Link With

I tried it but it doesnot work. I checked the clearml-agent-services container and it does have the right CLEARML_WEB_HOST
echo $CLEARML_WEB_HOST
http://192.168.4.1:8080
however, the messages on slack still point to apiserver:8080

3 years ago
0 Thanks Clearml Team, Great To See These Requested Features Are Released!

Thanks ClearML team, is there an example of the metric snapshot plot in the project overview UI available in the demo dashboard?

3 years ago
0 Hi, I Noticed That Clearml Does Not Work Together With The Debugger In Pycharm. Everytime I Use The Debugger I Have To First Comment Out The Clearml Code. Is It Possible To Solve This?

` Backend TkAgg is interactive backend. Turning interactive mode on.
Traceback (most recent call last):
File "/snap/pycharm-community/226/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py", line 747, in trace_dispatch
self.do_wait_suspend(thread, frame, event, arg)
File "/snap/pycharm-community/226/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py", line 144, in do_wait_suspend
self._args[0].do_wait_suspend(*args, **kwargs)
File "/snap/pycharm-community...

3 years ago
0 Hi, When I Use The Slack Monitoring Service It Creates A Link With

I created it with clearml-init, nothing special. It looks like

# ClearML SDK configuration file api { # Notice: 'host' is the api server (default port 8008), not the web server. api_server: web_server: files_server: # Credentials are generated using the webapp, `
# Override with os environment: CLEARML_API_ACCESS_KEY / CLEARML_API_SECRET_KEY
credentials {"access_key": "NMWOE5C3RGTX473M9D3M", "secret_key": "L@G50jO+TJ23#8Eerp1E$4y=elUt11P!BL...

3 years ago
Show more results compactanswers