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
RipeGoose2
Moderator
8 Questions, 47 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

40 × Eureka!
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
5 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi people, I'm new to trains, is it possible to enjoy the web app UI without the trains-server setup? if not, as a windows 10 (Home) edition is there a conve...
5 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi all, is there a clean way to check if a local trains-server is available? I want to set a condition weather to set to offline mode or not. thanks
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, we are having some issues with model snapshots uploading to the fileserver. We configured sdk.development.default_output_uri to point to our file server,...
4 years ago
0 Hi People, I'M New To Trains, Is It Possible To Enjoy The Web App Ui Without The Trains-Server Setup? If Not, As A Windows 10 (Home) Edition Is There A Convenient Way To Set It Up?

thanks SuccessfulKoala55 , the question arose after trying to follow the instructions you attached. it seems that installing a docker on windows 10 Home is somewhat problematic

5 years ago
0 I Have A Question About "Logging Artifacts", Lets Say I Run An Experiments On A Remote Machine, And Then I Want To Look At The "Logs" For Completed Runs In My Local Machine, Is It Possible? Can I Copy Paste Some Trains-Artifacts And Then Load Them In The

I think the latter. the specific use-case I'm talking about is running experiments on one machine, and using a local server on another machine to read the "logs" \ artifacts

5 years ago
0 I Have A Question About "Logging Artifacts", Lets Say I Run An Experiments On A Remote Machine, And Then I Want To Look At The "Logs" For Completed Runs In My Local Machine, Is It Possible? Can I Copy Paste Some Trains-Artifacts And Then Load Them In The

by communication that the artifacts are streamed from the machine running the experiments to the local server?
can it be done "offline" after the experiments run view them in my local server?

5 years ago
5 years ago
0 Hi, We Are Having Some Issues With Model Snapshots Uploading To The Fileserver. We Configured Sdk.Development.Default_Output_Uri To Point To Our File Server, And When We Run Some Experiment We Can See Under The Models Tab Some Url Pointing To

AgitatedDove14 it is happening on an offline network, would be tricky to set it up we will try. so far the errors we observed were either:
Calling upload callback when starting upload: maximum recursion depth exceeded
Or
something like pending for upload (might be because we archived a run while it was uploading)

4 years ago
0 Hi All, I Am Trying To Execute Somewhat Custom Hpo Scheme With Clearml. I Would Want That A Single Running Python Script Will Be Able To Sample The Optimizer, Init A Task And Report The Result Multiple Times. I Didn'T Find Anything Similar In The Docs Or

AgitatedDove14 , I want multiple machines to access the synced state of the optimizer. which is part of the internals of the optimizer... and then report the results back to the optimizer such that the study object of the optimizer keeps track of the results and the next sample will be aware of all previous studies

3 years ago
0 Hi People, I Am Using Pytorch-Lightning Together With Trains, And Came Across A Trainslogger That Was Available In Previous Lightning Versions And Is Currently Deprecated. I Was Wondering, What Is The Recommended Way To Go About It? On The One Hand I Get

Hi AgitatedDove14 the thing I had in mind is having access to trains logger exclusive features like the https://allegro.ai/docs/logger.html#trains.logger.Logger.report_plotly and .report_table for example.. It can be done by explicitly getting the trains default logger, but I was wondered if there is some kind of combined interface to capture properties of both in one object especially because I came across the deprecated TrainsLogger

4 years ago
0 Hi, I Am Trying To Setup The Path To Trains.Conf File Programatically And Having Trouble.. We Tried Using Os.Environ['Trains_Config_File'] = Path, And Also Other Variations Of Overriding The Trains.Backend_Config.Defs But Nothing Seem To Work.. When Creat

AgitatedDove14 the option you mentioned just before sounds much better for me, I must admit I find the name of the method confusing. I came across it before but thought its only relevant for credentials

4 years ago
0 Hi, I Am Trying To Setup The Path To Trains.Conf File Programatically And Having Trouble.. We Tried Using Os.Environ['Trains_Config_File'] = Path, And Also Other Variations Of Overriding The Trains.Backend_Config.Defs But Nothing Seem To Work.. When Creat

AgitatedDove14 The use case is conditional choice of a server config, when ran locally or on the cloud..
I was trying to do exactly as you mentioned setting the environment variable before any trains import but it didn't work (and also its a mess in terms of my code).. I was hoping there is another way to go about it.. if not I'll try to create a minimal reproducible example..

4 years ago
0 Hi, I Am Trying To Setup The Path To Trains.Conf File Programatically And Having Trouble.. We Tried Using Os.Environ['Trains_Config_File'] = Path, And Also Other Variations Of Overriding The Trains.Backend_Config.Defs But Nothing Seem To Work.. When Creat

AgitatedDove14 it does, and it did, but for some reason I couldn't make it to work this way..
I require some additional imports before to infer the config path dynamically.. but even when I stripped down the code and made sure there is no other trains imports anywhere it still didn't work..

4 years ago
0 Hi, I Am Trying To Setup The Path To Trains.Conf File Programatically And Having Trouble.. We Tried Using Os.Environ['Trains_Config_File'] = Path, And Also Other Variations Of Overriding The Trains.Backend_Config.Defs But Nothing Seem To Work.. When Creat

hi AgitatedDove14 , when I'm using the set_credentials approach does it mean the trains.conf is redundant? if the file doesn't exists on the machine, will it be an issue? if not, so what defaults should I assume for the rest of the values?

4 years ago
Show more results compactanswers