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
SoreDragonfly16
Moderator
6 Questions, 25 Answers
  Active since 10 January 2023
  Last activity 13 days ago

Reputation

0

Badges 1

25 × Eureka!
0 Votes
12 Answers
576 Views
0 Votes 12 Answers 576 Views
3 years ago
0 Votes
4 Answers
610 Views
0 Votes 4 Answers 610 Views
Hi, I'm trying to configure an agent. After requesting to paste the credentials, I get: Error: could not verify credentials. What could be the reason for that?
3 years ago
0 Votes
6 Answers
599 Views
0 Votes 6 Answers 599 Views
Hi. I'm using clearml to log my experiments. During training, I load files using torch.load.Clearml displays the following message: 2021-09-05 11:39:45,012 -...
2 years ago
0 Votes
11 Answers
594 Views
0 Votes 11 Answers 594 Views
2 years ago
0 Votes
23 Answers
515 Views
0 Votes 23 Answers 515 Views
The histograms I plot with matplotlib look different on clearml compared to the original plots, how can I make them look the same?
2 years ago
0 Votes
1 Answers
497 Views
0 Votes 1 Answers 497 Views
Hi, is it possible to change the visibility of the projects on the dashboard so that only specific users can see the projects?
2 years ago
0 Hi. I'M Using Clearml To Log My Experiments. During Training, I Load Files Using Torch.Load.Clearml Displays The Following Message:

CostlyOstrich36 Yes, I see all these files as models in the UI. These files are the data for training my model. I want to mute all these messages.

2 years ago
2 years ago
0 The Histograms I Plot With Matplotlib Look Different On Clearml Compared To The Original Plots, How Can I Make Them Look The Same?

I don't do anything beside registering the clearML logger. After the logger is registered, I just plot my histogram using matplotlib

2 years ago
2 years ago
0 The Histograms I Plot With Matplotlib Look Different On Clearml Compared To The Original Plots, How Can I Make Them Look The Same?

Ok. This should be the same graph which is automatically logged to clearml after plotting with matplotlib

2 years ago
0 The Histograms I Plot With Matplotlib Look Different On Clearml Compared To The Original Plots, How Can I Make Them Look The Same?

This is ok, but the histogram is warped. Looks like the axis are switched or something

2 years ago
2 years ago
0 Hi. I'M Using Clearml For Logging My Experiments. Can I Compare Experiments By Plotting Graphs? For Example, Every Experiment Logs The Time Per Training Iteration And The Accuracy Per Epoch. I Want To Create A Graph With "Average Time Per Iteration" As X-

AgitatedDove14 I'm looking for something else. Basically, I want to compare the accuracy with respect to another variable. I can get the accuracy of each experiment (see picture). Additionally, I can log the other variable (name it T) and show it as a scalar per experiment. However, I don't see an option How I can simply plot the graph of accuracy versus T, which is different for every experiment. The solution that loops thru all tasks might work anyway.

2 years ago
0 Hi. I'M Using Clearml For Logging My Experiments. Can I Compare Experiments By Plotting Graphs? For Example, Every Experiment Logs The Time Per Training Iteration And The Accuracy Per Epoch. I Want To Create A Graph With "Average Time Per Iteration" As X-

AgitatedDove14 That would work ofcourse. I wonder what is the best practice to do such things because comparing experiments using graphs is very useful. I think it is a nice to have feature.

2 years ago
0 Hello, I'M Using Trains For Logging My Training Script. However, While Using The Logger I'M Getting This: Trains.Task - Warning - ### Task Stopped - User Aborted - Status Changed ### And Eventually The Process Is Killed. If I Disable The Logger, The Proc

AgitatedDove14 Hey, I just reproduce this. Whenever it happens, I also get a warning from torchvision:
/home/koe1tv/anaconda3/envs/torch/lib/python3.7/site-packages/torchvision/io/video.py:105: UserWarning: The pts_unit 'pts' gives wrong results and will be removed in a follow-up version. Please use pts_unit 'sec'.Unfortunately, I can't suppress this warning because I don't have access to the parameter mentioned in the warning.

3 years ago
0 Hello, I'M Using Trains For Logging My Training Script. However, While Using The Logger I'M Getting This: Trains.Task - Warning - ### Task Stopped - User Aborted - Status Changed ### And Eventually The Process Is Killed. If I Disable The Logger, The Proc

For example, here are the two last log lines from my process:
2020-09-11 18:34:50 /home/koe1tv/anaconda3/envs/torch/lib/python3.7/site-packages/torchvision/io/video.py:105: UserWarning: The pts_unit 'pts' gives wrong results and will be removed in a follow-up version. Please use pts_unit 'sec'.--
2020-09-11 18:34:52 2020-09-11 08:34:52,109 - trains.Task - WARNING - ### TASK STOPPED - USER ABORTED - STATUS CHANGED ###

3 years ago
0 Hello, I'M Using Trains For Logging My Training Script. However, While Using The Logger I'M Getting This: Trains.Task - Warning - ### Task Stopped - User Aborted - Status Changed ### And Eventually The Process Is Killed. If I Disable The Logger, The Proc

Thanks for your support. My OS is Ubuntu 18.04.5 LTS and the trains version is 0.16.0. I can't run this code right now as my machine runs some other heavy stuff right now, but I'll try reproducing this as soon as It finishes

3 years ago
0 Hello, I'M Using Trains For Logging My Training Script. However, While Using The Logger I'M Getting This: Trains.Task - Warning - ### Task Stopped - User Aborted - Status Changed ### And Eventually The Process Is Killed. If I Disable The Logger, The Proc

AgitatedDove14 Updated the Trains version to the mentioned version but it still stops. Regarding exceptions from subprocesses, torchvision doesn't show me any exception that I can handle.

3 years ago
0 Hi, I'M Trying To Configure An Agent. After Requesting To Paste The Credentials, I Get: Error: Could Not Verify Credentials. What Could Be The Reason For That?

~/trains.conf
api { web_server: http://** api_server: http://** files_server: http://** credentials { "access_key" = ** "secret_key" = ** } }Censored the addresses and the keys 😄

3 years ago