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 3 months ago

Reputation

0

Badges 1

85 × Eureka!
0 Votes
6 Answers
632 Views
0 Votes 6 Answers 632 Views
3 years ago
0 Votes
0 Answers
702 Views
0 Votes 0 Answers 702 Views
so wondering why trains is not picking up the whole path
3 years ago
0 Votes
0 Answers
657 Views
0 Votes 0 Answers 657 Views
i have tried quoting it like this python -m 'test.scripts.script' but that doesn't work either
3 years ago
0 Votes
12 Answers
865 Views
0 Votes 12 Answers 865 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
0 Answers
661 Views
0 Votes 0 Answers 661 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
3 Answers
664 Views
0 Votes 3 Answers 664 Views
is there a link which describes the differences in community and enterprise versions
4 years ago
0 Votes
0 Answers
713 Views
0 Votes 0 Answers 713 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
744 Views
0 Votes 0 Answers 744 Views
i am using 0.16.1 version of server and 0.16.2 version of agent
3 years ago
0 Votes
3 Answers
664 Views
0 Votes 3 Answers 664 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
8 Answers
651 Views
0 Votes 8 Answers 651 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
695 Views
0 Votes 14 Answers 695 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
2 Answers
659 Views
0 Votes 2 Answers 659 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
8 Answers
843 Views
0 Votes 8 Answers 843 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
26 Answers
680 Views
0 Votes 26 Answers 680 Views
colors of CM reporting are strange... is it possible to adjust the default ones
4 years ago
0 Votes
0 Answers
666 Views
0 Votes 0 Answers 666 Views
wondering what is causing it
4 years ago
0 Votes
2 Answers
827 Views
0 Votes 2 Answers 827 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
695 Views
0 Votes 0 Answers 695 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
23 Answers
723 Views
0 Votes 23 Answers 723 Views
wondering why my plots are not in plot section but under debug section
4 years ago
0 Votes
0 Answers
749 Views
0 Votes 0 Answers 749 Views
is is in planning or already supported
4 years ago
0 Votes
2 Answers
696 Views
0 Votes 2 Answers 696 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
12 Answers
722 Views
0 Votes 12 Answers 722 Views
in UI under execution tab, i see that the trains has script path listed as -m test.scripts
3 years ago
0 Votes
8 Answers
679 Views
0 Votes 8 Answers 679 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
765 Views
0 Votes 0 Answers 765 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
0 Answers
691 Views
0 Votes 0 Answers 691 Views
and the above error is caused by routine update check being blocked...
4 years ago
0 Votes
0 Answers
694 Views
0 Votes 0 Answers 694 Views
hmm it seems the plot are ending up under debug samples
4 years ago
0 Votes
0 Answers
704 Views
0 Votes 0 Answers 704 Views
as i can not read the numbers at all
4 years ago
0 Votes
2 Answers
719 Views
0 Votes 2 Answers 719 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
0 Answers
718 Views
0 Votes 0 Answers 718 Views
currently when i run script manually.. script runs outside of trains-agent although it reports the progress back to server
4 years ago
0 Votes
0 Answers
676 Views
0 Votes 0 Answers 676 Views
whereas plots are on fileserver and i can see them by opening the files manually in the editor
4 years ago
0 Votes
7 Answers
642 Views
0 Votes 7 Answers 642 Views
3 years ago
Show more results questions
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

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

also one thing i noticed.. when i report confusion matrix and some other plots e.g. seaborn with matplotlib.. on server side i can the plots are there but not visible at all

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

3 years ago
0 Is There A Link Which Describes The Differences In Community And Enterprise Versions

couldn't find the licensing price for enterprise version

4 years ago
0 When Trains-Agent Is Configured With

is it because of something wrong with this package build from their owner or something else

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

i can not check the working directory today due to vpn issues in accessing server but script path was -m test.scripts it was missing script from it

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

4 years ago
0 When Trains-Agent Is Configured With

ok... is there any way to enforce using a given system wide env.. so agent doesn't need to spend time with env. creation

4 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 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

so i was expecting that uploaded model will be for example LightGBM.1104445eca4749f89962669200481397/models/Model%20object/model.pkl

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

test package is not installed but its in the current working directory

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

trains-agent version as mentioned is 0.16.1 and server is 0.16.1 as well

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
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

that seems like a bit of extra thing a user needs to bother about.. better deployment model should be that its part of api-server deployment and configurable from UI itself.. may be i am asking too much 😛

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
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

i think for now it should do the trick... was just thinking about the roadmap part

3 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

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

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

in the above example task id is from a newly generated task like Task.init() ?

3 years ago
0 When Running In

thanks for your help AgitatedDove14

4 years ago
Show more results compactanswers