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
DilapidatedParrot58
Moderator
42 Questions, 205 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

186 × Eureka!
0 Votes
8 Answers
638 Views
0 Votes 8 Answers 638 Views
3 years ago
0 Votes
5 Answers
560 Views
0 Votes 5 Answers 560 Views
Step 3 Task ( https://github.com/allegroai/trains/blob/master/examples/pipeline/step3_train_model.py ) - Loads the processed data (from Step 2) and clearml a...
3 years ago
0 Votes
11 Answers
611 Views
0 Votes 11 Answers 611 Views
hey guys, is there a ready script that can delete all models from S3 (or other storage) that are related to deleted or archived experiments?
2 years ago
0 Votes
5 Answers
641 Views
0 Votes 5 Answers 641 Views
2 years ago
0 Votes
2 Answers
608 Views
0 Votes 2 Answers 608 Views
is there any way to export CSV with max metrics and hyperparameters for selected experiments?
2 years ago
0 Votes
6 Answers
600 Views
0 Votes 6 Answers 600 Views
we just had a slight problem - there was a double space in S3 checkpoint name, but ClearML UI prints them as one in the model description. if you copy and pa...
one year ago
0 Votes
30 Answers
583 Views
0 Votes 30 Answers 583 Views
is is possible to pass custom https://clear.ml/docs/latest/docs/configs/env_vars/ to ClearML agents?
one year ago
0 Votes
29 Answers
545 Views
0 Votes 29 Answers 545 Views
2 years ago
0 Votes
18 Answers
610 Views
0 Votes 18 Answers 610 Views
I updated trains-server today, and now it's very unstable, Web interface randomly stops working. anyone had the same problem? I've never had any problems wit...
3 years ago
0 Votes
4 Answers
579 Views
0 Votes 4 Answers 579 Views
feature request: ClearML prints GitHub token in the log, when there is "repository not found" error. it would be nice if could hide it
2 years ago
0 Votes
2 Answers
686 Views
0 Votes 2 Answers 686 Views
2 years ago
0 Votes
7 Answers
535 Views
0 Votes 7 Answers 535 Views
there is something weird going on with console log after latest updates of ClearML Server. it doesn't show the latest updates, instead it often jumps to the ...
one year ago
0 Votes
6 Answers
579 Views
0 Votes 6 Answers 579 Views
hey guys, I keep getting "Failed parsing task parameter" warning for the arguments such as this one: parser.add_argument( "--dataset_mean", type = float, nar...
2 years ago
0 Votes
7 Answers
522 Views
0 Votes 7 Answers 522 Views
3 years ago
0 Votes
5 Answers
573 Views
0 Votes 5 Answers 573 Views
is there any way to post Slack alerts for the frozen experiments? (eg, after server restart they sometimes get stuck in Running mode, or https://github.com/p...
3 years ago
0 Votes
2 Answers
586 Views
0 Votes 2 Answers 586 Views
two annoying visual bugs in ClearML Server UI after latest update: experiment status is still shown as “Aborted” after successful resetting until you refresh...
one year ago
0 Votes
3 Answers
620 Views
0 Votes 3 Answers 620 Views
one year ago
0 Votes
2 Answers
538 Views
0 Votes 2 Answers 538 Views
one year ago
0 Votes
3 Answers
652 Views
0 Votes 3 Answers 652 Views
3 years ago
0 Votes
9 Answers
613 Views
0 Votes 9 Answers 613 Views
2 years ago
0 Votes
16 Answers
645 Views
0 Votes 16 Answers 645 Views
2 years ago
0 Votes
10 Answers
557 Views
0 Votes 10 Answers 557 Views
what is the right way to increase number of retries when using StorageManager.get_local_copy?
one year ago
0 Votes
25 Answers
717 Views
0 Votes 25 Answers 717 Views
I'm probably stupid, but how do I specify worker name? usecase - I want to create two workers using the same GPU, and new worker just overwrites the old one
3 years ago
0 Votes
13 Answers
612 Views
0 Votes 13 Answers 612 Views
it would be nice to group experiments within projects use cases: hyperparameter sweep (10 experiments with different learning rate) finetuning models (for ex...
2 years ago
0 Votes
16 Answers
619 Views
0 Votes 16 Answers 619 Views
yo guys, I'm getting Retrying (Retry(total=2, connect=2, read=5, redirect=5, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to O...
3 years ago
0 Votes
6 Answers
689 Views
0 Votes 6 Answers 689 Views
I’m interested in learning more about internals of ClearML Server - for example, how ElasticSearch, MongoDB, and Redis are used internally. are there any mat...
one year ago
0 Votes
20 Answers
637 Views
0 Votes 20 Answers 637 Views
3 years ago
0 Votes
14 Answers
683 Views
0 Votes 14 Answers 683 Views
hey guys the first time I'm seeing this behavior I'm adding a new user to /opt/trains/config/apiserver.conf and restarting the containers. all old users are ...
3 years ago
0 Votes
3 Answers
788 Views
0 Votes 3 Answers 788 Views
hey guys, thanks for creating Slack workspace, that's really cool. question - are we missing smth or is currently not possible to pass S3 credentials via env...
4 years ago
0 Votes
7 Answers
721 Views
0 Votes 7 Answers 721 Views
any chance StorageManager could re-download files only if their size is different from file in cache (as an option)?
2 years ago
Show more results questions
0 I Keep Getting Errors When Trying To Compare A Lot Of Experiments At The Same Time (>10). What'S Evern Worse Is That Trains Start Working Much Slower In General After These Attempts, The Only Way To Fix It Is To Restart The Whole Thing. Would Getting Bett

btw, there are "[2020-09-02 15:15:40,331] [9] [WARNING] [urllib3.connectionpool] Connection pool is full, discarding connection: elasticsearch" in the apiserver logs again

3 years ago
0 I Keep Getting Errors When Trying To Compare A Lot Of Experiments At The Same Time (>10). What'S Evern Worse Is That Trains Start Working Much Slower In General After These Attempts, The Only Way To Fix It Is To Restart The Whole Thing. Would Getting Bett

running
docker network prunebefore starting the containers kind of helped. I still see an error when I'm comparing > 20 experiments, but at least trains works okay after that, and there are no connection pool limit errors in the logs

3 years ago
0 I Updated Trains-Server Today, And Now It'S Very Unstable, Web Interface Randomly Stops Working. Anyone Had The Same Problem? I'Ve Never Had Any Problems With Updating The Server Before

as a sidenote, I am not able to pull the newest release, looks like it's not pushed?
"Error response from daemon: manifest for allegroai/trains:0.14.2 not found"

3 years ago
0 I Updated Trains-Server Today, And Now It'S Very Unstable, Web Interface Randomly Stops Working. Anyone Had The Same Problem? I'Ve Never Had Any Problems With Updating The Server Before

I decided to restart the containers one more time, this is what I got.

I had to restart Docker service to remove the containers

3 years ago
0 I Updated Trains-Server Today, And Now It'S Very Unstable, Web Interface Randomly Stops Working. Anyone Had The Same Problem? I'Ve Never Had Any Problems With Updating The Server Before

I've already pulled new images from trains-server, let's see if the initial issue occurs again. thank for the fast response guys!

3 years ago
one year ago
0 Downloading Output Artifacts From S3 By Clicking On The Download Button Next To Model Url Was Great, But Since We Moved From Aws To Yandex.Cloud, This Feature Doesn'T Work. Any Chance You Could Support Other Cloud Providers?

yes. we upload artifacts to Yandex.Cloud S3 using ClearML. we set " s3://storage.yandexcloud.net/clearml-models " as output uri parameter and add this section to the config:
{
host: " http://storage.yandexcloud.net "
key: "KEY"
secret:"SECRET_KEY",
secure: true
}

this works like a charm. but download button in UI is not working

one year ago
Show more results compactanswers