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
CheerfulGorilla72
Moderator
29 Questions, 131 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

131 × Eureka!
0 Votes
29 Answers
2K Views
0 Votes 29 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Please tell me, is the limit of 10 copies for comparison, is it ideological or can it be changed somehow?
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Good afternoon I didn't find any mention in the documentation please tell me if it is possible to implement “Move to top” through the API, how can this be do...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
one year ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
please tell me, no one faced the problem that clearml does not intercept tb images? although these images are in tb and the following errors appear in the te...
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
please tell me how to find out from a model whether it is published or not? I didn't find the model.is_published() method None
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Slack admins will create a clreaml-general channel where event announcements and library updates will be posted
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Good evening! Can you please tell me if it is possible to set up slack monitoring in clearml?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
please tell me, is it possible to do something so that you can indicate some other s3 sources, host and providers other than s3.amazonaws.com ? so as not to ...
one year ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
Hello! tell me please, is it intended that nan values are converted to 0 when logging? upd: I see NAN in the tensorboard, and 0 in Clearml. upd2: use v1.1.*
3 years ago
0 Votes
4 Answers
3K Views
0 Votes 4 Answers 3K Views
Please tell me what is needed so that the models saved in the tensorboard are automatically saved in s3? UPD: Like this doesn't work: task = Task.init( proje...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi all! Please tell me what you need to do so that you can choose input, can you from here? what would the models that we made appear here, and not a clearml...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Please tell me what RAM metric is tracked by ClearML? what i see in htop and on the board don't match even though it's the same server 20 GB vs 70GB
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Good day! please tell me how to screw it up. On what chart or value does such an error appear? 2023-09-08 02:13:16,164 - clearml.Metrics - ERROR - Action fai...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Good evening again)) tell me please, does the agent always create a virtual environment? is it possible to make the agent run the script in an already prepar...
3 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Good day everyone! Can you please tell me how this time is calculated for the project / folder?
3 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Good evening! for agent work Please tell me if it is possible to specify the location of requirements.txt in tack.init(), because I have correctly identified...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi all! Please tell me there are examples of ClearML and pytorch-lightning integration
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
Has anyone compared wandb vs clearml ?)
3 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
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 launc...
2 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Can you please tell me how to make the agent use the docker env by default? instead of creating venv it already has all the necessary environment and librari...
2 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi all! Please tell me why the almost the last version of docker-compose is used (in the example from the site 1.24.1, link https://clear.ml/docs/latest/docs...
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi all Can you please tell me why I can't create new credentials? log in thread
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Good afternoon! Can you please tell me if it is possible to run the enumeration of parameters for the task through the UI clearml? What would this task fly t...
2 years ago
0 Has Anyone Compared

now I am still clarifying the points that have become attractive to our leadership, I will supplement my answer, How will they answer me.

3 years ago
0 Please Tell Me, No One Faced The Problem That Clearml Does Not Intercept Tb Images? Although These Images Are In Tb And The Following Errors Appear In The Terminal:

` from clearml import Task
import numpy as np

def run():
task = Task.init(project_name="test/img", task_name="WandbLogger2_sg_nd_130_7")
logger = task.get_logger()
m = np.eye(256, 256, dtype=np.float64)
iteration = 42
logger.report_image("image", "image float", iteration=iteration, image=m)

if name == "main":
run() `

2022-03-29 16:27:55,273 - clearml.Task - INFO - No repository found, storing script code instead ClearML results page: `
Retrying (Retry...

3 years ago
3 years ago
0 Can You Please Tell Me How To Make The Agent Use The Docker Env By Default? Instead Of Creating Venv It Already Has All The Necessary Environment And Libraries Installed

@<1523701205467926528:profile|AgitatedDove14>
Thanks a lot!

and if there is no venv and I want to use what is there by default in the docker?

and you can make it so that the version of python (to 3.10) would not be switched, but the one that is the default remains?

2 years ago
0 Can You Please Tell Me How To Make The Agent Use The Docker Env By Default? Instead Of Creating Venv It Already Has All The Necessary Environment And Libraries Installed

i use:

export CLEARML_AGENT_EXTRA_DOCKER_ARGS=" -v /srv:/root/srv  -v /srv:/srv  -v /var/run/docker.sock:/var/run/docker.sock -v /home/user/mlbox/clearml.conf:/root/clearml.conf  --network=host  --ipc host  --hostname=\$(hostname)"
2 years ago
0 Please Tell Me, When Migrating A Local Server, We Have Problems That The Saved Images Are Not Displayed, It Says "Unable To Load Image" And Links To The Old Server If You Click "Copy Image Url" Or "Open Image". The Migration Was Done According To Backup'

About migration - we saved the data archives and copied them to a new server, extracting them to the appropriate folders and setting the necessary rights, and rebuilding the docker image and launching the container

Before all this, we migrated to the new version according to the instructions and everything went well, all the data after the restart was displayed correctly.

And only after that we began the process of switching to new hardware - with a large disk.

3 years ago
0 Has Anyone Compared

yes, ofc

3 years ago
0 Has Anyone Compared

*leadership, management == customer

3 years ago
0 Has Anyone Compared

yes, I agree, thank you, tell me please, is it planned to add a multicursor in the future?

3 years ago
0 Has Anyone Compared

AgitatedDove14
my management liked that in wandb you can make reports on experiments with interactive graphs and that they would be viewed on the Internet + multicursor.
And I think what advantages ClearML has to compensate for this chips.
I thought that maybe someone made a comparison and find the necessary arguments in this comparison.

From the active one, we are still using local placement, logging the console, logging parameters, displaying metrics and debugging the picture with drawin...

3 years ago
0 Has Anyone Compared

for simplicity, you can make a flag for this and display only for graphs that are in sight, if it will be easier in terms of implementation or cpu costs.

3 years ago
0 Has Anyone Compared

yes, on hover

3 years ago
0 Has Anyone Compared

it may be convenient to add an optional option to the top snippet

3 years ago
0 Good Day Everyone! Can You Please Tell Me How This Time Is Calculated For The Project / Folder?

And why can it be that the displayed time is zero?
although the experiments were considered for several days

3 years ago
0 Good Day Everyone! Can You Please Tell Me How This Time Is Calculated For The Project / Folder?

this is the experiment that was useful, but we stopped it, because. convergence has happened before. than we expected

3 years ago
0 Good Day Everyone! Can You Please Tell Me How This Time Is Calculated For The Project / Folder?

Does this only work for the completed status?
and does not take into account failed and ABORTED experiments?

3 years ago
0 Hi All! Please Tell Me There Are Examples Of Clearml And Pytorch-Lightning Integration

cool!

Sometimes (<10%) we use two registrars with different task_names (in terms of ClearML) to display the same indicators but for different models that do different logic. And in such cases, we made two tb versions of / task and wrote in parallel.
And I wanted to know if it is possible here as well.

Of course, now I thought about the fact that maybe we need to write everything in one place, but with different names, but different metrics are used there. I'm not very well versed in ClearML...

4 years ago
Show more results compactanswers