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
EnviousStarfish54
Moderator
26 Questions, 157 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

151 × Eureka!
0 Votes
1 Answers
681 Views
0 Votes 1 Answers 681 Views
And if Allegros trains doc on GitHub as well? I found some documentation are wrong and would like to make PRs along the way.
3 years ago
0 Votes
18 Answers
686 Views
0 Votes 18 Answers 686 Views
is there an enterprise version of trains? if yes, what are the addition features, the website shows allegros enterprise version that seems not related to tra...
3 years ago
0 Votes
5 Answers
793 Views
0 Votes 5 Answers 793 Views
Is there a way to set default "customizable column"? I want to removed the "started" column and add "description" as default.
3 years ago
0 Votes
30 Answers
690 Views
0 Votes 30 Answers 690 Views
Hi, does anyone use mlflow / Weight & Biases / http://neptune.ai before, and how does that compare to allegroai-trains? I am trying to understand the tooling...
4 years ago
0 Votes
1 Answers
686 Views
0 Votes 1 Answers 686 Views
Quest about clearml-task I found an example from documentation, how can I pass an argument without value? For example, my entrypoint looks like this original...
3 years ago
0 Votes
3 Answers
701 Views
0 Votes 3 Answers 701 Views
Thanks ClearML Team, great to see these requested features are released! Add metric snapshot plot to project overview UI - Show an aggregated view of all pro...
3 years ago
0 Votes
17 Answers
774 Views
0 Votes 17 Answers 774 Views
3 years ago
0 Votes
8 Answers
176 Views
0 Votes 8 Answers 176 Views
None . Is there a tab showing the resource usage(CPU/GPU per experiment? I would like to use it to better profiling my code)
3 years ago
0 Votes
30 Answers
657 Views
0 Votes 30 Answers 657 Views
I hit a issue that I cannot see my matplotlib plot, but it was shown in the panel. any idea?
3 years ago
0 Votes
30 Answers
750 Views
0 Votes 30 Answers 750 Views
Hi, I have a few questions regards to Publish Experiment , I would like to understand what is the use case for it? It turns a experiment into read-only(view)...
3 years ago
0 Votes
8 Answers
772 Views
0 Votes 8 Answers 772 Views
Hi, I wonder if the Trains UI could save user UI view? It seems that if I order the column (red) and hit F5, it will re-order again. In contrast, if I move t...
3 years ago
0 Votes
4 Answers
711 Views
0 Votes 4 Answers 711 Views
[Feature Request] - Support more common type for logging Currently Allegro doesn't support datetime ValueError: Only builtin types (str, int, str, float, lis...
3 years ago
0 Votes
7 Answers
709 Views
0 Votes 7 Answers 709 Views
Bug reporting: Just updated to trains==0.16.3. Tested with lightgbm==3.0.0 File "/home/nokchan/anaconda3/envs/cba/lib/python3.7/site-packages/trains/binding/...
3 years ago
0 Votes
17 Answers
708 Views
0 Votes 17 Answers 708 Views
Trains seems to fail to capture my conda environment, any idea? OS: Window 10
3 years ago
0 Votes
6 Answers
728 Views
0 Votes 6 Answers 728 Views
3 years ago
0 Votes
3 Answers
865 Views
0 Votes 3 Answers 865 Views
3 years ago
0 Votes
16 Answers
676 Views
0 Votes 16 Answers 676 Views
3 years ago
0 Votes
5 Answers
668 Views
0 Votes 5 Answers 668 Views
Hi, currently we can add "Tags" on experiments. When filtering the tags in the dashboard, it seems to default to filter as a "OR" condition, is it possible t...
3 years ago
0 Votes
8 Answers
630 Views
0 Votes 8 Answers 630 Views
3 years ago
0 Votes
1 Answers
672 Views
0 Votes 1 Answers 672 Views
Hi, does trains support plotting charts like ROC of precision recall curve?
3 years ago
0 Votes
5 Answers
683 Views
0 Votes 5 Answers 683 Views
I am using tasks = Task.get_tasks(project_name='project', task_name='partial_task_name_here') to retrieve my experiments metadata for analysis. I want to exp...
3 years ago
0 Votes
2 Answers
683 Views
0 Votes 2 Answers 683 Views
if i had a trains server now, is there any migration guide to switch to clearml?
3 years ago
0 Votes
31 Answers
9K Views
0 Votes 31 Answers 9K Views
I am running trains=0.16.4 python==3.7.5 , and notice that the "Log" page sometimes didn't capture the console log from my program. Is this a known issue, an...
3 years ago
0 Votes
2 Answers
771 Views
0 Votes 2 Answers 771 Views
Is there a nicer way to program the color for report_scalar? By default it use a color scheme that is very hard to compare when I have multiple lines. I can ...
3 years ago
0 Votes
7 Answers
706 Views
0 Votes 7 Answers 706 Views
3 years ago
0 Votes
16 Answers
700 Views
0 Votes 16 Answers 700 Views
Is there a way to programatically define api_host/web_host?
3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

is it possible to overwrite if trains.conf did exist

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

currently I do it in a hacky way. I call trains.backend_api Session, and check if 'demoapp' in web server URL.

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

AgitatedDove14 Thanks! This seems to be a more elegant solution

3 years ago
0 Hello! There Is Great Alternative For Argparse Developed By Facebook For Ml Named

I want the support for click as well, or is there any adhoc solution?

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

I want a reliable way, so I don't want to hardcode to check if trains.conf exist in a certain path

3 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

.netrc <- seems wandb use this

4 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

I don't want to mess with the standard setup.

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

This will cause a redundant Trains session, I guess.

3 years ago
0 I Am Running Trains=0.16.4 Python==3.7.5 , And Notice That The "Log" Page Sometimes Didn'T Capture The Console Log From My Program. Is This A Known Issue, Anyone Have Experienced Similar Behavior?

AgitatedDove14 Yes, as I found as Kedro's pipeline start running, the log will not be sent to the UI Console anymore. I tried both Task.init before/after the start of kedro pipeline and the result is the same. The log is missing, but the Kedro logger is print to sys.stdout in my local terminal.

3 years ago
0 I Am Running Trains=0.16.4 Python==3.7.5 , And Notice That The "Log" Page Sometimes Didn'T Capture The Console Log From My Program. Is This A Known Issue, Anyone Have Experienced Similar Behavior?

I think it's related to the fix that use "incremental: true", this seems to fix 1 problem, but at the same time it will ignore all other handlers.

3 years ago
0 Is There An Enterprise Version Of Trains? If Yes, What Are The Addition Features,

I am interested in machine learning experiment mangament tools.

I understand Trains already handle a lot of things on the model side, i.e. hyperparameters, logging, metrics, compare two experiments.

I also want it to help reproducible. To achieve that, I need code/data/configuration all tracked.

For code and configuration I am happy with current Trains solution, but I am not sure about the data versioning.

So if you have more details about the dataset versioning with the enterprise offer...

3 years ago
0 Is There An Enterprise Version Of Trains? If Yes, What Are The Addition Features,

potentially both, but let just say structure data first, like CSV, pickle (may not be a table, could be any python object), feather, parquet, some common data format

3 years ago
0 Is There An Enterprise Version Of Trains? If Yes, What Are The Addition Features,

GrumpyPenguin23 yes, those features seems to related to other infrastructure, not Trains (ML experiment management)

3 years ago
0 Is There An Enterprise Version Of Trains? If Yes, What Are The Addition Features,

I wonder what's the extra features is offered in the enterprise solution tho

3 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

but somewhere along the way, the request actually remove the header

4 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

I am trying to debug locally

4 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

I just remove it and it works now.. LOL

4 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

🙂 Nice debugging experience

4 years ago
4 years ago
0 I Am Running Trains=0.16.4 Python==3.7.5 , And Notice That The "Log" Page Sometimes Didn'T Capture The Console Log From My Program. Is This A Known Issue, Anyone Have Experienced Similar Behavior?

The "incremental" config seems does not work well if I add handlers in the config. This snippets will fail with the incremental flag.

` import logging
from clearml import Task

conf_logging = {
"version": 1,
"incremental": True,
"formatters": {
"simple": {"format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s"}
},
"handlers": {
"console": {
"class": "logging.StreamHandler",
"level": "INFO",
"formatter": "s...

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

I mean, once I add environment variable, can trains.conf overwrite it? I am guessing environment variable will have a higher hierarchy.

The things that I want to achieve is:
Block user to access to public server If they configure trains.conf, then it's fine

import os os.environ["TRAINS_API_HOST"] = "YOUR API HOST " os.environ["TRAINS_WEB_HOST"] = "YOUR WEB HOST " os.environ["TRAINS_FILES_HOST"] = "YOUR FILES HOST "

3 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

It seems that I do receive the bearer token

4 years ago
0 I Am Running Trains=0.16.4 Python==3.7.5 , And Notice That The "Log" Page Sometimes Didn'T Capture The Console Log From My Program. Is This A Known Issue, Anyone Have Experienced Similar Behavior?

I can confirm this seems to fix this issue, and I have reported this issue to kedro team see what's their view on this. So it seems like it did remove the TaskHandler from the _handler_lists

3 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

really appreciate the help along the way... I have taken way too many of your time

4 years ago
0 Hi, Does Anyone Use Mlflow / Weight & Biases /

not today tho, I am too tired already

4 years ago
Show more results compactanswers