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 27 days ago

Reputation

0

Badges 1

151 × Eureka!
0 Votes
17 Answers
582 Views
0 Votes 17 Answers 582 Views
Trains seems to fail to capture my conda environment, any idea? OS: Window 10
3 years ago
0 Votes
5 Answers
540 Views
0 Votes 5 Answers 540 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...
2 years ago
0 Votes
8 Answers
56 Views
0 Votes 8 Answers 56 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
17 Answers
625 Views
0 Votes 17 Answers 625 Views
3 years ago
0 Votes
2 Answers
541 Views
0 Votes 2 Answers 541 Views
if i had a trains server now, is there any migration guide to switch to clearml?
3 years ago
0 Votes
7 Answers
584 Views
0 Votes 7 Answers 584 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
4 Answers
573 Views
0 Votes 4 Answers 573 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
16 Answers
562 Views
0 Votes 16 Answers 562 Views
3 years ago
0 Votes
1 Answers
552 Views
0 Votes 1 Answers 552 Views
Hi, does trains support plotting charts like ROC of precision recall curve?
3 years ago
0 Votes
3 Answers
567 Views
0 Votes 3 Answers 567 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...
2 years ago
0 Votes
30 Answers
612 Views
0 Votes 30 Answers 612 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)...
2 years ago
0 Votes
18 Answers
571 Views
0 Votes 18 Answers 571 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
30 Answers
576 Views
0 Votes 30 Answers 576 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...
3 years ago
0 Votes
30 Answers
547 Views
0 Votes 30 Answers 547 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
1 Answers
544 Views
0 Votes 1 Answers 544 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
7 Answers
582 Views
0 Votes 7 Answers 582 Views
3 years ago
0 Votes
1 Answers
556 Views
0 Votes 1 Answers 556 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
5 Answers
667 Views
0 Votes 5 Answers 667 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
5 Answers
557 Views
0 Votes 5 Answers 557 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
6 Answers
607 Views
0 Votes 6 Answers 607 Views
3 years ago
0 Votes
31 Answers
2K Views
0 Votes 31 Answers 2K 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
630 Views
0 Votes 2 Answers 630 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
3 Answers
641 Views
0 Votes 3 Answers 641 Views
3 years ago
0 Votes
16 Answers
576 Views
0 Votes 16 Answers 576 Views
Is there a way to programatically define api_host/web_host?
3 years ago
0 Votes
8 Answers
642 Views
0 Votes 8 Answers 642 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
8 Answers
508 Views
0 Votes 8 Answers 508 Views
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.

2 years ago
0 Dear

Hi, just to be clear, self hosted option is still available right? I need to know this as we have spent some effort on integrating Trains internally and expect to continue the development for a while.

3 years ago
0 I Hit A Issue That I Cannot See My Matplotlib Plot, But It Was Shown In The Panel. Any Idea?

ok, it makes sense. Is there a way to let trains save it without blocking the program ?

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 Hi, Does Anyone Use Mlflow / Weight & Biases /

thus seeing that user:local-xxxxx

3 years ago
0 I Hit A Issue That I Cannot See My Matplotlib Plot, But It Was Shown In The Panel. Any Idea?

No, I mean it capture the plot somehow, as you can see the left side there are a list of plot, but it does not show up.

3 years ago
0 I Am Using

I don't want user making heavy requests

3 years ago
0 [Feature Request] - Support More Common Type For Logging Currently Allegro Doesn'T Support Datetime

for workaround, I write a function to recursive cast my config dictionary into string if needed.

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
3 years ago
0 Bug Reporting: Just Updated To Trains==0.16.3. Tested With Lightgbm==3.0.0

Hi, I think I can confirm this is a bug of Trains. Is that ok if I submit a PR to fix this?

3 years ago
0 How Can I Log My Configuration Like This? I Have A Dict Params = {'Data':{'Data_Key':123}, 'Model':{'Model_Key':123}}, But It Become Data/Datakey Instead Of An Foldable Config. In Addition, I Don'T Want To Name It As "General", Where Can I Change It?

I tried pass the dictionary but the output is not ideal. I would want to have some nested dict like the "execution" > "Source" layout.

As number of parameters can be large, having some hierarchy in the UI will be much easier for comparison

3 years ago
0 How Can I Log My Configuration Like This? I Have A Dict Params = {'Data':{'Data_Key':123}, 'Model':{'Model_Key':123}}, But It Become Data/Datakey Instead Of An Foldable Config. In Addition, I Don'T Want To Name It As "General", Where Can I Change It?

I am not sure what's the difference of logging with "configuration" and "hyperparameters", for now , I am only using it as logging, I guess hyperparmeters has special meaning if I want to use "trains" for some other features.

3 years ago
0 How Can I Log My Configuration Like This? I Have A Dict Params = {'Data':{'Data_Key':123}, 'Model':{'Model_Key':123}}, But It Become Data/Datakey Instead Of An Foldable Config. In Addition, I Don'T Want To Name It As "General", Where Can I Change It?

I use Yaml config for data and model. each of them would be a nested yaml (could be more than 2 layers), so it won't be a flexible solution and I need to manually flatten the dictionary

3 years ago
0 How Can I Log My Configuration Like This? I Have A Dict Params = {'Data':{'Data_Key':123}, 'Model':{'Model_Key':123}}, But It Become Data/Datakey Instead Of An Foldable Config. In Addition, I Don'T Want To Name It As "General", Where Can I Change It?

In this case, I would rather use task.connect(), diff line by line is probably not useful for my data config. As shown in the example, shifting 1 line would result all remaining line different.

But this also mean I have to first load all the configuration to a dictionary first.

3 years ago
0 Trains Seems To Fail To Capture My Conda Environment, Any Idea? Os: Window 10

AgitatedDove14
I get this log but there is nothing show up in the UI.

2020-09-10 09:15:06,914 - trains.Task - INFO - Waiting for repository detection and full package requirement analysis ======> WARNING! UNCOMMITTED CHANGES IN REPOSITORY origin <====== 2020-09-10 09:15:10,378 - trains.Task - INFO - Finished repository detection and package analysis

3 years ago
3 years ago
0 Trains Seems To Fail To Capture My Conda Environment, Any Idea? Os: Window 10

let me know how can I provide better debug message

This log does not always show up, even tho it is logged when I run it on Machine B. In contrast, I run it on Machine A, this message did show up, but nothing is logged.

` 2020-09-10 09:15:06,914 - trains.Task - INFO - Waiting for repository detection and full package requirement analysis
======> WARNING! UNCOMMITTED CHANGES IN REPOSITORY origin <======
2020-09-10 09:15:10,378 - trains.Task - INFO - Finished repository detection and package ...

3 years ago
0 Trains Seems To Fail To Capture My Conda Environment, Any Idea? Os: Window 10

I create a fresh conda env and install python for both machine

3 years ago
0 Trains Seems To Fail To Capture My Conda Environment, Any Idea? Os: Window 10

one does record the package, the other does not

3 years ago
0 Trains Seems To Fail To Capture My Conda Environment, Any Idea? Os: Window 10

conda create -n trains python==3.7.5
pip install trains==0.16.2.rc0

3 years ago
0 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 The Blue Columns (Default Columns), It Seems Persist The Order.

CumbersomeCormorant74 Thanks for the reply. Let me clarify, I mean reordering the columns (dragging the column).
If the drag defaults columns, and hit F5, the order is preserved. However, if you try adding a metric column to be the first column and hit F5, it will not be preserved.

3 years ago
Show more results compactanswers