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

Reputation

0

Badges 1

151 × Eureka!
0 Votes
7 Answers
559 Views
0 Votes 7 Answers 559 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
16 Answers
553 Views
0 Votes 16 Answers 553 Views
Is there a way to programatically define api_host/web_host?
3 years ago
0 Votes
1 Answers
539 Views
0 Votes 1 Answers 539 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
3 Answers
548 Views
0 Votes 3 Answers 548 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
16 Answers
538 Views
0 Votes 16 Answers 538 Views
3 years ago
0 Votes
30 Answers
530 Views
0 Votes 30 Answers 530 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
2 Answers
520 Views
0 Votes 2 Answers 520 Views
if i had a trains server now, is there any migration guide to switch to clearml?
3 years ago
0 Votes
5 Answers
524 Views
0 Votes 5 Answers 524 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
3 Answers
606 Views
0 Votes 3 Answers 606 Views
3 years ago
0 Votes
6 Answers
585 Views
0 Votes 6 Answers 585 Views
3 years ago
0 Votes
30 Answers
557 Views
0 Votes 30 Answers 557 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
8 Answers
494 Views
0 Votes 8 Answers 494 Views
3 years ago
0 Votes
5 Answers
539 Views
0 Votes 5 Answers 539 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
30 Answers
598 Views
0 Votes 30 Answers 598 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
2 Answers
612 Views
0 Votes 2 Answers 612 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
17 Answers
599 Views
0 Votes 17 Answers 599 Views
3 years ago
0 Votes
18 Answers
552 Views
0 Votes 18 Answers 552 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
17 Answers
558 Views
0 Votes 17 Answers 558 Views
Trains seems to fail to capture my conda environment, any idea? OS: Window 10
3 years ago
0 Votes
8 Answers
617 Views
0 Votes 8 Answers 617 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
1 Answers
537 Views
0 Votes 1 Answers 537 Views
Hi, does trains support plotting charts like ROC of precision recall curve?
3 years ago
0 Votes
5 Answers
644 Views
0 Votes 5 Answers 644 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
31 Answers
743 Views
0 Votes 31 Answers 743 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
4 Answers
552 Views
0 Votes 4 Answers 552 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
8 Answers
40 Views
0 Votes 8 Answers 40 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
7 Answers
563 Views
0 Votes 7 Answers 563 Views
3 years ago
0 Votes
1 Answers
526 Views
0 Votes 1 Answers 526 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 Hi, I Have A Few Questions Regards To

Great discussion, I agree with you both. For me, we are not using clearml-data, so I am a bit curious how does a "published experiment" locked everything (including input? I assume someone can still just go inside the S3 bucket and delete the file without Clearml noticing).

From my experience, absolute reproducibility is code + data + parameter + execution sequence. For example, random seed or some parallelism can cause different result and could be tricky to deal with sometimes. We did bu...

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

VivaciousPenguin66 What's your thought on Prefect? There are so many pipeline library and I wasn't so sure how different are they. I have experience with Airflow. With Kedro, we were in hope that data scientist will write the pipeline themselves with minimal effort to handover to another engineer to work on. For serious production (need to scale), we consider convert Kedro pipeline to Airflow, there are plugin to do that, tho I am not sure how mature they are.

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

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

Yup, I am only more familiar with the experiment tracking part, so I don't know if I have a good understanding before I have reasonable knowledge of the entire ClearML system.

VivaciousPenguin66 How are you using the dataset tool? Love to hear more about that.

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

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

It's good that you have version your dataset with name, I have seen many trained model that people just replace the dataset directly.

2 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

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

I have been using this line to prevent experiments won't accidentally sent to the public server (I have my custom self-hosted server)
Task.set_credentials("PLACEHOLDER", "PLACEHOLDER","PLACEHOLDER")

However, when I upgraded from 0.17.5 -> > 1.0.0. Weird stuff happen.
Since upgrade from v0.17.5 -> > 1.0.0, it has issue replacing the credentials.

Expected Behavior:

Conf should replace the "PLACEHOLDER" is the conf file exist. Else it should fails the experiment.

What happened:

The ...

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

Supplement the error.

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

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

AgitatedDove14 Git is fine, I just create a local repository for this. The code is two line
from trains import Task
task = Task.init(project_name="my project", task_name="my task3")

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
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 Is There An Enterprise Version Of Trains? If Yes, What Are The Addition Features,

AgitatedDove14
are the data versioning completely different from the Trains Artifact/storage solution? or it's some enhanced feature.

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,

for the most common workflow, I may have some csv, which may be updated from time to time

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

Do you know what is the "dataset management" for the open-source version?

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

for the open source version, if I use artifact, if I already have a local file, does it knows to skip downloading it or it will always replace the file? As my dataset is large (~100GBs), I cannot afford it to be re-downloaded everytime

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

Ok, then maybe it can be still used as a data versioning solution. Except that I have to manually track the task id (those generate artifact) for versioning myself.

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

TimelyPenguin76 It works fine. I may need to check on my side, I just notice it was caused by @funcy.log_durations decorator. It may changes the function signature and causing some issue with it. I don't have time to look into it yet, but the example works fine.

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

Ok, will prepare a PR and script to reproduce the error

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?

3 years ago
Show more results compactanswers