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

Reputation

0

Badges 1

85 × Eureka!
0 Votes
12 Answers
755 Views
0 Votes 12 Answers 755 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...
3 years ago
0 Votes
6 Answers
532 Views
0 Votes 6 Answers 532 Views
3 years ago
0 Votes
8 Answers
729 Views
0 Votes 8 Answers 729 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...
3 years ago
0 Votes
8 Answers
582 Views
0 Votes 8 Answers 582 Views
i know i can run this manually in step by step but wondering if this can be automated as scheduled tasks
3 years ago
0 Votes
0 Answers
574 Views
0 Votes 0 Answers 574 Views
i have tried quoting it like this python -m 'test.scripts.script' but that doesn't work either
3 years ago
0 Votes
0 Answers
602 Views
0 Votes 0 Answers 602 Views
so wondering why trains is not picking up the whole path
3 years ago
0 Votes
0 Answers
585 Views
0 Votes 0 Answers 585 Views
whereas plots are on fileserver and i can see them by opening the files manually in the editor
3 years ago
0 Votes
0 Answers
579 Views
0 Votes 0 Answers 579 Views
wondering what is causing it
3 years ago
0 Votes
0 Answers
634 Views
0 Votes 0 Answers 634 Views
currently when i run script manually.. script runs outside of trains-agent although it reports the progress back to server
3 years ago
0 Votes
0 Answers
620 Views
0 Votes 0 Answers 620 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 ...
3 years ago
0 Votes
0 Answers
566 Views
0 Votes 0 Answers 566 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 ...
3 years ago
0 Votes
0 Answers
574 Views
0 Votes 0 Answers 574 Views
hmm it seems the plot are ending up under debug samples
3 years ago
0 Votes
0 Answers
604 Views
0 Votes 0 Answers 604 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...
3 years ago
0 Votes
0 Answers
571 Views
0 Votes 0 Answers 571 Views
and the above error is caused by routine update check being blocked...
3 years ago
0 Votes
0 Answers
632 Views
0 Votes 0 Answers 632 Views
is is in planning or already supported
3 years ago
0 Votes
2 Answers
606 Views
0 Votes 2 Answers 606 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...
3 years ago
0 Votes
3 Answers
688 Views
0 Votes 3 Answers 688 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
3 years ago
0 Votes
12 Answers
582 Views
0 Votes 12 Answers 582 Views
in UI under execution tab, i see that the trains has script path listed as -m test.scripts
3 years ago
0 Votes
3 Answers
571 Views
0 Votes 3 Answers 571 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
3 years ago
0 Votes
2 Answers
707 Views
0 Votes 2 Answers 707 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.
3 years ago
0 Votes
23 Answers
611 Views
0 Votes 23 Answers 611 Views
wondering why my plots are not in plot section but under debug section
3 years ago
0 Votes
0 Answers
633 Views
0 Votes 0 Answers 633 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...
3 years ago
0 Votes
0 Answers
628 Views
0 Votes 0 Answers 628 Views
i am using 0.16.1 version of server and 0.16.2 version of agent
3 years ago
0 Votes
7 Answers
546 Views
0 Votes 7 Answers 546 Views
3 years ago
0 Votes
11 Answers
610 Views
0 Votes 11 Answers 610 Views
when trains-agent is configured with system_site_packages: true why agent tries to create a new env and install packages ?
3 years ago
0 Votes
14 Answers
606 Views
0 Votes 14 Answers 606 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 ...
3 years ago
0 Votes
0 Answers
602 Views
0 Votes 0 Answers 602 Views
as i can not read the numbers at all
3 years ago
0 Votes
2 Answers
583 Views
0 Votes 2 Answers 583 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...
3 years ago
0 Votes
26 Answers
590 Views
0 Votes 26 Answers 590 Views
colors of CM reporting are strange... is it possible to adjust the default ones
3 years ago
0 Votes
8 Answers
565 Views
0 Votes 8 Answers 565 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...
3 years ago
Show more results questions
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

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

so as you say.. i don't think the issue i am seeing is due to this error

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

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

i am simply proxying it using ssh port forwarding

3 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

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

allegroai/trains-agent-service image hash 03dc85869afe

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

or is there any plan to fix it in upcoming release

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

TimelyPenguin76 yeah when i run matplotlib with show plots does land under Plot section... so its mainly then the imshow part.. i am wondering why the distinction and what is the usual way to emit plots to debug samples

3 years ago
3 years ago
0 When Running In

i know its not magic... all linux subsystem underneath.. just to configure it in a way as needed 🙂 for now i think i will stick with current setup of cpu-only mode and co-ordinate with in the team. later one when need comes .. will see if we go for k8s or not

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

simply changing to show doesn't work in my case as i am displaying CM.. what about if i use matshow

3 years ago
3 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...

3 years ago
3 years ago
0 When Running In

i could use k8s but thats bit overkill currently

3 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

3 years ago
3 years ago
0 When Running In

not just fairness but the scheduled workloads will be starved of resources if say someone run training which by default take all the available cpus

3 years ago
0 When Trains-Agent Is Configured With

thanks for letting me know.. but it turns out after i have recreated my whole system environment from scratch, trains agent is working as expected..

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

seems like port forwarding had an issue.. fixed that.. now running test again to see if things workout as expected

3 years ago
0 When Running In

i guess i was not so clear may be.. say e.g. you running lightgbm model training, by default it will take all the cpus available on the box and will run that many threads, now another task got scheduled on the same box now you have 2x threads with same amount of CPU to schedule on. So yes the jobs will progress but the progression will not be the same due to context switches which will happen way more than say if we have allowed on 1/2x threads for each job

3 years ago
0 When Trains-Agent Is Configured With

AgitatedDove14 it seems i am having issues when i restart the agent... it fails in creating/setting up the env again... when i clean up the .trains/venv-builds folder and run a job for agent.. it is able to create the env fine and run job successfully.. when i restart the agent it fails with messages like
` Requirement already satisfied: cffi@ file:///home/conda/feedstock_root/build_artifacts/cffi_1595805535531/work from file:///home/conda/feedstock_root/build_artifacts/cffi_1595805535...

3 years ago
Show more results compactanswers