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 8 months ago

Reputation

0

Badges 1

151 × Eureka!
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
3 years ago
0 Votes
5 Answers
955 Views
0 Votes 5 Answers 955 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
941 Views
0 Votes 8 Answers 941 Views
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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
970 Views
0 Votes 1 Answers 970 Views
Hi, does trains support plotting charts like ROC of precision recall curve?
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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...
4 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Is there a way to programatically define api_host/web_host?
4 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Trains seems to fail to capture my conda environment, any idea? OS: Window 10
4 years ago
0 Votes
1 Answers
992 Views
0 Votes 1 Answers 992 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
16 Answers
1K Views
0 Votes 16 Answers 1K Views
4 years ago
0 Votes
30 Answers
980 Views
0 Votes 30 Answers 980 Views
I hit a issue that I cannot see my matplotlib plot, but it was shown in the panel. any idea?
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
if i had a trains server now, is there any migration guide to switch to clearml?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
8 Answers
517 Views
0 Votes 8 Answers 517 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)
4 years ago
0 Votes
1 Answers
974 Views
0 Votes 1 Answers 974 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.
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
[Feature Request] - Support more common type for logging Currently Allegro doesn't support datetime ValueError: Only builtin types (str, int, str, float, lis...
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Is there a way to set default "customizable column"? I want to removed the "started" column and add "description" as default.
4 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K 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...
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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 ...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
4 years ago
0 Votes
5 Answers
978 Views
0 Votes 5 Answers 978 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
7 Answers
1K Views
0 Votes 7 Answers 1K 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/...
4 years ago
0 Votes
31 Answers
23K Views
0 Votes 31 Answers 23K 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 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 ?

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

I couldn't report it to demo server, since this involve internal stuff...

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

AgitatedDove14 I believe you mean plt.savefig? I used this function to save my charts, but it does not show up as well.

4 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

4 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

4 years ago
4 years ago
0 Hi, I Have A Few Questions Regards To

Oh I did not realize I asked this in a old thread, sorry about that.

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

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

Those charts are saved locally, so I am sure they are not empty charts

4 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

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

hmmm... you mention plt.show() or plt.savefig() will both trigger Trains to log it.

plt.savefig does not trigger logging for me. Only plt.show() does. If you run plt.show() in a python script, it will pop out a new window for matplotlib object and block the entire program, unless you manually close it.

(On Window Machine at least)

4 years ago
0 Hi, I Have A Few Questions Regards To

lol...... mine is best_model_20210611_v1.pkl and better_model_20210611_v2.pkl or best_baseline_model_with_more_features.pkl

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

4 years ago
0 I Need To Create Some Meta-Analysis Of My Experiments. Is There A "Dashboard" View For Trains That I Can Create Plots For All Experiments Metadata? If Not, Is There An Easy Way To Export The Tables So I Can Make This Plot Locally. I Want To Create A "Kp

task_reporting = Task.init(project_name='project', task_name='report') tasks = Task.get_tasks(project_name='project', task_name='partial_task_name_here') for t in tasks: t.get_last_scalar_metrics() task_reporting.get_logger().report_somethingInstead of get_last_scalar_metrics() , I am using t._data.hyperparams['summary'] to get the metrics I needed

4 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.

4 years ago
0 Hi, I Have A Few Questions Regards To

AnxiousSeal95 At first sight, the pipeline logic of ClearML seems binding with ClearML quite a bit. Back then I was considering I need something that can convert to Production pipeline (e.g. Airflow DAGs) easily, as we need pipelines not just for Experiments, Airflow seems to be the default one.

Also, clearml-data was not available when we started the development of internal framework. As for clear-agent, from my previous experience, it seems not working great with Window sometimes, and als...

3 years ago
0 Hi, I Have A Few Questions Regards To

Cool, versioning the difference is useful. It also depends on what kind of data. For example, for tabular data, database might be a natural choice, however, how to integrate it and keep track of the metadata could be tricky. While for images, it probably more suitable for blob storage or per file basis.

3 years ago
0 Hi, What'S Storage Clearml Is Using? I Am Considering Self-Host Clearml On A Cloud Machine, While Separated The Data Storage With Our Own Machine (Reduce Network Cost) I Am Using Minio Current With Trains=0.16.4, If This Will Still Be An Valid Option For

Great, as long as it will continue to work with S3(Minio), it's good for me. I am already using MinIO with Trains (older version).

Was planning to do a upgrade soon.

3 years ago
0 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 Change It Manually But I Do Not Want To Repeat It For Every Experiment.

So I found that if I change this plot, it seems changes across all the expeiment too? How did it cache this setting? could this be shared among users or only per user or it is actually cached by the browser only?

4 years ago
0 Hi, I Have A Few Questions Regards To

i.e. some files in a shared drive, then someone silently updated the files and all the experiments become invalid and no one knows when did that happened.

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

this is a bit weird, I have two Window machine, and both point to the public server.

4 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.

4 years ago
Show more results compactanswers