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
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
7 Answers
1K Views
0 Votes 7 Answers 1K Views
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
8 Answers
941 Views
0 Votes 8 Answers 941 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
6 Answers
1K Views
0 Votes 6 Answers 1K Views
3 years ago
0 Votes
5 Answers
975 Views
0 Votes 5 Answers 975 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
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
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
1 Answers
991 Views
0 Votes 1 Answers 991 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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 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
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
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
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
30 Answers
979 Views
0 Votes 30 Answers 979 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
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
4 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
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
8 Answers
515 Views
0 Votes 8 Answers 515 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
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
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 Votes
1 Answers
973 Views
0 Votes 1 Answers 973 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 . Is There A Tab Showing The Resource Usage(Cpu/Gpu Per Experiment? I Would Like To Use It To Better Profiling My Code)

How often does Trains record the usage? I tried running a dummy programming which sleeps for 20 seconds and I don't see any plot.

Is this configurable?
image

4 years ago
0 . Is There A Tab Showing The Resource Usage(Cpu/Gpu Per Experiment? I Would Like To Use It To Better Profiling My Code)

@<1523701087100473344:profile|SuccessfulKoala55> Thx! I swear I saw it before, but somehow I just overlooked it.

4 years ago
0 . Is There A Tab Showing The Resource Usage(Cpu/Gpu Per Experiment? I Would Like To Use It To Better Profiling My Code)

I also get this from the logging

TRAINS Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring
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?

Could u give me some pointers where ClearML auto-capture log/stdout? I suspect as Kedro has configuration on logging and somehow ClearML fail to catch it.

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

This will cause a redundant Trains session, I guess.

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?

EnviousStarfish54  quick update, regardless of the  logging.config.dictConfig   issue, I will make sure that even when the logger is removed, the clearml logging will continue to function  🙂
The commit will be synced after the weekend

Will the new fix avoid this issue and does it still requires the incremental flag?

From the logging documentation

Thus, when the incremental key of a configuration dict is present and is True,

the system will completely igno...

3 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

I mean, once I add environment variable, can trains.conf overwrite it? I am guessing environment variable will have a higher hierarchy.

The things that I want to achieve is:
Block user to access to public server If they configure trains.conf, then it's fine

import os os.environ["TRAINS_API_HOST"] = "YOUR API HOST " os.environ["TRAINS_WEB_HOST"] = "YOUR WEB HOST " os.environ["TRAINS_FILES_HOST"] = "YOUR FILES HOST "

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

4 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

is it possible to overwrite if trains.conf did exist

4 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

I don't want to mess with the standard setup.

4 years ago
0 Is There A Way To Programatically Define Api_Host/Web_Host?

I want a reliable way, so I don't want to hardcode to check if trains.conf exist in a certain path

4 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

Yes, i did use foreground.

I tested in a older "trains" server, it will show up log like this if no job is pick up. While my new "clearml-agent" shows nothing

No tasks in queue bb1bb1673f224fc98bbc8f86779be802
No tasks in Queues, sleeping for 5.0 seconds

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

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.

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?

Hi, sorry for really late update.
I finally get some more information about the logging issue. After diving in Kedro source code, I found there was a line that link to the log issue.

logging.config.dictConfig(conf_logging)This line will cause ClearML fail to pick up the log, any idea? AgitatedDove14 SuccessfulKoala55

A snippets to test is available, try commenting the line:6, the log will pop up, when line:6 is enable, event print() is not shown up.

` import logging
from clearml im...

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?

Any commits/PR I can reference to the fix? Thanks.

FYR, I have shared the information to Kedro team.

https://github.com/quantumblacklabs/kedro/issues/792
It seems that they have their own justification too, maybe there are better config to make both work, I don't know yet.

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

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

4 years ago
Show more results compactanswers