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 one month ago

Reputation

0

Badges 1

151 × Eureka!
0 Votes
8 Answers
526 Views
0 Votes 8 Answers 526 Views
3 years ago
0 Votes
18 Answers
590 Views
0 Votes 18 Answers 590 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
1 Answers
574 Views
0 Votes 1 Answers 574 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
7 Answers
604 Views
0 Votes 7 Answers 604 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
1 Answers
577 Views
0 Votes 1 Answers 577 Views
Hi, does trains support plotting charts like ROC of precision recall curve?
3 years ago
0 Votes
2 Answers
649 Views
0 Votes 2 Answers 649 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
16 Answers
577 Views
0 Votes 16 Answers 577 Views
3 years ago
0 Votes
3 Answers
680 Views
0 Votes 3 Answers 680 Views
3 years ago
0 Votes
5 Answers
687 Views
0 Votes 5 Answers 687 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
635 Views
0 Votes 30 Answers 635 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
5 Answers
557 Views
0 Votes 5 Answers 557 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
81 Views
0 Votes 8 Answers 81 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
16 Answers
596 Views
0 Votes 16 Answers 596 Views
Is there a way to programatically define api_host/web_host?
3 years ago
0 Votes
5 Answers
575 Views
0 Votes 5 Answers 575 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
4 Answers
593 Views
0 Votes 4 Answers 593 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
3 Answers
588 Views
0 Votes 3 Answers 588 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
6 Answers
620 Views
0 Votes 6 Answers 620 Views
3 years ago
0 Votes
7 Answers
602 Views
0 Votes 7 Answers 602 Views
3 years ago
0 Votes
8 Answers
659 Views
0 Votes 8 Answers 659 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
30 Answers
600 Views
0 Votes 30 Answers 600 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
1 Answers
566 Views
0 Votes 1 Answers 566 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
2 Answers
558 Views
0 Votes 2 Answers 558 Views
if i had a trains server now, is there any migration guide to switch to clearml?
3 years ago
0 Votes
30 Answers
567 Views
0 Votes 30 Answers 567 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
17 Answers
646 Views
0 Votes 17 Answers 646 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
17 Answers
606 Views
0 Votes 17 Answers 606 Views
Trains seems to fail to capture my conda environment, any idea? OS: Window 10
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 tried to step in the debugger, I can't quite see the clearml handlers in logging._handlers, the dict is empty, where is the clearml handler stored? AgitatedDove14

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

and request use the .netrc auth to overwrite

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

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

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

thus seeing that user:local-xxxxx

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

I am trying to debug locally

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

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

3 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)

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

3 years ago
0 Hi, How Can I Check If My Clearml-Agent Is Running Probably? I Setup A Local Server To Test, But Seems It Does Not Pick Up Any Job. In The Ui, I Saw The New Agent Was Registered (It Shown Up In The "Workers" Page) The Terminal Looks A Bit Weird, After S

Digest: sha256:407714e5459e82157f7c64e95bf2d6ececa751cca983fdc94cb797d9adccbb2f Status: Downloaded newer image for nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown.

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

I just remove it and it works now.. LOL

3 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

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

And the plotting area is completely empty, only some chart titles show up on the left.

3 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

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

not today tho, I am too tired already

3 years ago
Show more results compactanswers