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
PompousParrot44
Moderator
32 Questions, 85 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

85 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
whereas plots are on fileserver and i can see them by opening the files manually in the editor
4 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
in UI under execution tab, i see that the trains has script path listed as -m test.scripts
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
and the above error is caused by routine update check being blocked...
4 years ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K Views
colors of CM reporting are strange... is it possible to adjust the default ones
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
i know i can run this manually in step by step but wondering if this can be automated as scheduled tasks
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
is there a document which describes what kind of data is stored in elasticsearch, mongodb and redis.. just trying to understand the architecture of trains an...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
so wondering why trains is not picking up the whole path
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
looking at the docs.. i couldn't find a way to cleanup the experiments... only archive them... i also noticed AgitatedDove14 mentioned the https://github.com...
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
another question is if i have a conda env available on my workers systemwide.. can i use that env directly when running tasks with trains-agent or trains-age...
4 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
when running in cpu-only mode, is it possible to restrict the amount of cpu given to an agent or it takes all the available cpus on the machine... similarly ...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
i am thinking that when i run my training script, on the terminal it should say that the task has been created in the server and put it in X queue.. you can ...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
is it possible to create workflow using trains... e.g. nightly fetch data from data warehouse.. run Task.TaskTypes.data_processing to do ETL one this task is...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi.. wondering if it is possible to schedule experiments run at a given time e.g. cron schedule or it needs to be triggered from UI/API
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
is is in planning or already supported
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
is there a link which describes the differences in community and enterprise versions
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
given these are settled.. another question i have is about the job scheduling based on cron style.. e.g. run training every night at 2 AM etc.
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
i have been asking a lot of questions, i hope its ok and not too troublesome AgitatedDove14 and TimelyPenguin76 I like the product, just trying to setup for ...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
when i am trying to see the "Plots" under result section.. i am seeing this error in browser console ERROR TypeError: e['trains-server'] is undefined and the...
4 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
so if there a way to make it run in the trains-agent and not in the terminal directly when executed manually through script
4 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
i have a script in which i added Task.init() hook, so when i run the script, it creates the experiment and i can its logs there etc.. but init() function doe...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
wondering what is causing it
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
hmm it seems the plot are ending up under debug samples
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
as i can not read the numbers at all
4 years ago
0 Votes
23 Answers
1K Views
0 Votes 23 Answers 1K Views
wondering why my plots are not in plot section but under debug section
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
i am using 0.16.1 version of server and 0.16.2 version of agent
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
i have tried quoting it like this python -m 'test.scripts.script' but that doesn't work either
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
i am seeing issue when running a script with command as python -m test.scripts.script to be scheduled as task in trains. Trains doesn't pickup the last scrip...
4 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K Views
when trains-agent is configured with system_site_packages: true why agent tries to create a new env and install packages ?
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
for the frameworks which are supported in built, trains stores the trained model as output model e.g. for xgboost here https://github.com/allegroai/trains/bl...
4 years ago
Show more results questions
0 Wondering Why My Plots Are Not In Plot Section But Under Debug Section

ah ok.. anyway to avoid it or change it on my side

4 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

looking at the above link, it seems i might be able to create it with some boilerplate as it has concept of parent and child... but not sure how status checks and dependency get sorted out

4 years ago
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

yes delete experiments which are old or for some other reason are not required to keep around

4 years ago
0 Wondering Why My Plots Are Not In Plot Section But Under Debug Section

it may be that i am new to trains but in my normal notebook flow they both are images and i as trains user expected it to be under the Plot section as i think this is an image.. as in nutshell all matplotlib plots display data as an image 🙂

4 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

AgitatedDove14 it seems uploading artifact and uploading models are two different things when it comes to treating fileserver... as when i upload artifact it works as expected but when uploading model using outputmodel class, it wants output_uri path.. wondering how can i as it to store it under the fileserver like artifacts LightGBM.1104445eca4749f89962669200481397/artifacts/Model%20object/model.pkl

4 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

AgitatedDove14 when using OutputModel(task, name='LightGBM model', framework='LightGBM').update_weights(f"{args.out}/model.pkl") i am seeing this in the logs No output storage destination defined, registering local model /tmp/model.pkl when i got to trains UI.. i see the model name and details but when i try to download it point to the path file:///tmp/model.pkl which is incorrect wondering how to fix it

4 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

so just under models dir rather than artifact... any way to achieve this or i should just treat it as artifact ?

4 years ago
0 In Ui Under Execution Tab, I See That The Trains Has

with this layout.. it didn't work earlier

4 years ago
0 When Trains-Agent Is Configured With

i understand.. its just if i have a docker image with correct env.. i would prefer if trains-agent can use that directly

4 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

this looks good... also do you have any info/eta on next controller/service release you mentioning

4 years ago
0 Colors Of Cm Reporting Are Strange... Is It Possible To Adjust The Default Ones

trains is run using docker-compose allegroai/trains-agent-services:latest and allegroai/trains:latest

4 years ago
0 Colors Of Cm Reporting Are Strange... Is It Possible To Adjust The Default Ones

this is when executed from directly with task.init()

4 years ago
0 When Running In

thanks for your help AgitatedDove14

4 years ago
0 Is It Possible To Link Independent Training Experiments.. For Example.. I Have An Ensemble Of 2 Models (A & B) Each Models Are Trained Under Their Own Training Task In Trains Now I Will Run Another Script Which Will Use These Models To Create An Ensemble

while you guys gonna work on it.. just a small feature addition to it.. it would be cool to have a DAG figure which shows how models are linked under this task and ability to just click a circle in that DAG figure to navigate to given task... i think it will be very useful UX 🙂

4 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

AgitatedDove14 Morning... so what should the value of "upload_uri" to set to, fileserver_url e.g. http://localhost:8081 ?

4 years ago
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

TimelyPenguin76 is there any way to do this using UI directly or as a schedule... otherwise i think i will run the cleanup_service as given in docs...

4 years ago
0 So If There A Way To Make It Run In The

you replied it already.. it was execute_remotely called with exit_true argument

4 years ago
4 years ago
0 When Running In

i don't need this right away.. i just wanted to know the possibility fo dividing the current machine into multiple workers... i guess if its not readily available then may be you guys can discuss to see if it makes sense to have it on roadmap..

4 years ago
0 Wondering Why My Plots Are Not In Plot Section But Under Debug Section

TimelyPenguin76 also is there any reason for trating show and imshow differently

4 years ago
0 Wondering Why My Plots Are Not In Plot Section But Under Debug Section

yeah i still see it.. but that seems to be due to dns address being blocked by our datacenter

4 years ago
0 Is It Possible To Link Independent Training Experiments.. For Example.. I Have An Ensemble Of 2 Models (A & B) Each Models Are Trained Under Their Own Training Task In Trains Now I Will Run Another Script Which Will Use These Models To Create An Ensemble

i mean linking more in UI.. as when i go to model detail page, i can see that a given experiment created this model and click on that to see its detail... so something similar to that for ensemble models

4 years ago
4 years ago
0 When Running In

thanks... i was just wondering if i overlooked any config option for that... as cpu_set might be possibility to for cpu

4 years ago
Show more results compactanswers