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
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
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
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
16 Answers
1K Views
0 Votes 16 Answers 1K Views
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
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
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
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
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
5 Answers
977 Views
0 Votes 5 Answers 977 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
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 Am Using

It's for addition filtering only right? My use case is to prevent user accidentally querying the entire database.

I want to achieve something similar we would do in SQL

select * from user_query limit 100;

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

as I have wandb docker set up on the same VM for teting

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

and request use the .netrc auth to overwrite

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

thus seeing that user:local-xxxxx

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

It seems that I do receive the bearer token

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

.netrc <- seems wandb use this

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

🙂 Nice debugging experience

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

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

that can't be done easily, I have no control for that

4 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")

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

3 years ago
0 Default Installation Of Trains-Server Exposes Only Logging Via Http Not Https, In Case The Server Has A Public Ip, What Is The Recommended Way For Increasing Security?

SuccessfulKoala55 Where can I find related documentation? I am not aware that I can configure this, I would like to create user myself.

4 years ago
0 Is There A Way To Set Default "Customizable Column"? I Want To Removed The "Started" Column And Add "Description" As Default.

seems not all settings are stored? for example if I add a custom column in hyperparameters and do a refresh

4 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 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
The core of Kedro is pipeline (multi-nodes), where you can stitch different pipeline together. For the data part, they use something called DataCatalog, which is a YAML file defined how your file is going to be saved/loaded, and where is the file. Kedro also resolve the DAGs of your pipeline, so you actually don't define what's the order of execution (it's defined by the input/output dependencies). The default is a sequentialRunner, optionally, you can use ParallelRunner where...

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.

4 years ago
Show more results compactanswers