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
SmoothArcticwolf58
Moderator
5 Questions, 33 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

33 × Eureka!
0 Votes
11 Answers
948 Views
0 Votes 11 Answers 948 Views
Hey guys, hope you missed me 😛 I try to set up a clearml agent on a new server of ours, but I get the following error: Retrying (Retry(total=239, connect=24...
one year ago
0 Votes
10 Answers
964 Views
0 Votes 10 Answers 964 Views
Hi, there is a bug with get_logger here: https://github.com/allegroai/clearml/blob/master/clearml/debugging/log.py#L111 I got to it through the screenshot. I...
3 years ago
0 Votes
14 Answers
981 Views
0 Votes 14 Answers 981 Views
Hi, the following does not seem to work task.connect({'a':{},'b':'moshe'}, name='Train Data Params'))It seems that 'a' is absent from the recorded arguments.
3 years ago
0 Votes
30 Answers
956 Views
0 Votes 30 Answers 956 Views
Hi, Currently it seems that trains-agent writes files with the user "nobody", group "nogroup" and permissions 777 to created files. How can I change that? to...
3 years ago
0 Votes
13 Answers
988 Views
0 Votes 13 Answers 988 Views
Is this an expected behaviour? trains version 0.16.4, not able to upgrade now to latest version but I doubt this was changed
3 years ago
0 Hi, The Following Does Not Seem To Work

task.connect({'a':{},'b':'moshe'}, name='Train Data Params'))how this would then be appeared in the UI? (assume I don't want to update said empty dict for the moment)

3 years ago
0 Hi, The Following Does Not Seem To Work

Hahaha, you got me confused

3 years ago
0 Hi, The Following Does Not Seem To Work

Hi AgitatedDove14 ,
How could this be used in case of multiple configurations per task? How can I name such configuration?
Also this is sadly much less readable.
Would I be able to add customized columns like I am able to in task.connect ? Same question applies for parallel coordinates and all kinds of comparisons

3 years ago
0 Hi, The Following Does Not Seem To Work

Usually it's not an empty dict, it's optional additional keyword arguments. But it can also be empty if there is no optional keyword required.

3 years ago
0 Hi, The Following Does Not Seem To Work

Okay, another suggestion, simply record the type of each argument when you store it, and keep it in the database, unbeknownst to the user, what do you say?

3 years ago
0 Is This An Expected Behaviour? Trains Version 0.16.4, Not Able To Upgrade Now To Latest Version But I Doubt This Was Changed

AgitatedDove14 , are there any more fields in this function with partial matching? for example project? tags?

3 years ago
0 Hi, There Is A Bug With Get_Logger Here:

Sadly, I don't know. It started happening randomly to me as I used Task.get_tasks() frequently. the call to call_logger makes it all go wrong. I'd suggest trying to call it from several stack traces (i.e from inside different functions, that call other functions from one file or another, etc..)

3 years ago
0 Hey Guys, Hope You Missed Me

If you want me to run some tests or some code to give you additional info, I sure can @<1523701070390366208:profile|CostlyOstrich36>

one year ago
0 Hey Guys, Hope You Missed Me

@<1523701087100473344:profile|SuccessfulKoala55> I'll try and update

one year ago
0 Hey Guys, Hope You Missed Me

ENV variables are the same but a KRB5CCNAME that appears in a working machine and does not in a non-worker machine, could this be it?

one year ago
0 Hey Guys, Hope You Missed Me

Seems so, I'll put it my IT group into it, thanks for the hint!

one year ago
0 Hi, There Is A Bug With Get_Logger Here:

It happened again lately and I got:
File "/Remote/shared/conda_envs/tf14_tp099/lib/python3.6/site-packages/trains/backend_interface/util.py", line 76, in get_single_result
log = get_logger()
File "/Remote/shared/conda_envs/tf14_tp099/lib/python3.6/site-packages/trains/debugging/log.py", line 111, in get_logger
path = path or os.path.abspath((inspect.stack()[1])[1])
File "/Remote/shared/conda_envs/tf14_tp099/lib/python3.6/inspect.py", line 1494, in stack
return getouterframes(sys._getframe(1),...

3 years ago
0 Hi, There Is A Bug With Get_Logger Here:

Never saw such errors before

3 years ago
0 Hi, There Is A Bug With Get_Logger Here:

(And God knows I've seen things)

3 years ago
0 Hi, The Following Does Not Seem To Work

Sure That's a really good question I am not sure how to answer. I know there is the problem of visualizing '{}' and visualizing {}. Maybe a bolded {} like this: {} ? or like this {} ? to emphasize the difference?

3 years ago
0 Is This An Expected Behaviour? Trains Version 0.16.4, Not Able To Upgrade Now To Latest Version But I Doubt This Was Changed

It seems treating this like a regex solved the issue. Again, I am not sure why partial matching is the default behavior.
And again, please oh lord, please, allow for and logic in this function. This would ease up computations a bunch (I filter on multiple tags and doing it one tag by one currently)

3 years ago
0 Is This An Expected Behaviour? Trains Version 0.16.4, Not Able To Upgrade Now To Latest Version But I Doubt This Was Changed

More advanced search is great, but please try to include "and" behavior between multiple options as well (for example, "and" logic on multiple tags)

3 years ago
Show more results compactanswers