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

Reputation

0

Badges 1

85 × Eureka!
0 Votes
12 Answers
948 Views
0 Votes 12 Answers 948 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
838 Views
0 Votes 8 Answers 838 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
0 Answers
818 Views
0 Votes 0 Answers 818 Views
wondering what is causing it
4 years ago
0 Votes
23 Answers
905 Views
0 Votes 23 Answers 905 Views
wondering why my plots are not in plot section but under debug section
4 years ago
0 Votes
0 Answers
833 Views
0 Votes 0 Answers 833 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
2 Answers
931 Views
0 Votes 2 Answers 931 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
924 Views
0 Votes 0 Answers 924 Views
i am using 0.16.1 version of server and 0.16.2 version of agent
3 years ago
0 Votes
7 Answers
807 Views
0 Votes 7 Answers 807 Views
4 years ago
0 Votes
0 Answers
816 Views
0 Votes 0 Answers 816 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
880 Views
0 Votes 0 Answers 880 Views
and the above error is caused by routine update check being blocked...
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
11 Answers
859 Views
0 Votes 11 Answers 859 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
0 Answers
851 Views
0 Votes 0 Answers 851 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
832 Views
0 Votes 3 Answers 832 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
2 Answers
868 Views
0 Votes 2 Answers 868 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
12 Answers
1K Views
0 Votes 12 Answers 1K 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
0 Votes
2 Answers
820 Views
0 Votes 2 Answers 820 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
962 Views
0 Votes 0 Answers 962 Views
is is in planning or already supported
4 years ago
0 Votes
0 Answers
874 Views
0 Votes 0 Answers 874 Views
as i can not read the numbers at all
4 years ago
0 Votes
0 Answers
882 Views
0 Votes 0 Answers 882 Views
hmm it seems the plot are ending up under debug samples
4 years ago
0 Votes
26 Answers
843 Views
0 Votes 26 Answers 843 Views
colors of CM reporting are strange... is it possible to adjust the default ones
4 years ago
0 Votes
14 Answers
869 Views
0 Votes 14 Answers 869 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
3 Answers
829 Views
0 Votes 3 Answers 829 Views
is there a link which describes the differences in community and enterprise versions
4 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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
3 Answers
1K Views
0 Votes 3 Answers 1K 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
882 Views
0 Votes 0 Answers 882 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
6 Answers
810 Views
0 Votes 6 Answers 810 Views
3 years ago
0 Votes
8 Answers
816 Views
0 Votes 8 Answers 816 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
0 Answers
875 Views
0 Votes 0 Answers 875 Views
so wondering why trains is not picking up the whole path
3 years ago
0 Votes
0 Answers
840 Views
0 Votes 0 Answers 840 Views
whereas plots are on fileserver and i can see them by opening the files manually in the editor
4 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 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 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 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
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

thanks AgitatedDove14 for the links.. seems like i might try first one if it works out .. before going the route to create a full framework support as in our case team uses multiple different frameworks

4 years ago
0 When Trains-Agent Is Configured With

thanks for the update... it seems currently i can not pass the http/s proxy parameters as when agent creates a new env and try to download some package its being blocked by our corp firewall... all outgoing connection needs to pass through a proxy.. so is it possible to specify that or environment variables to agent

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

allegroai/trains-agent-service image hash 03dc85869afe

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

seems like if i remove the plt.figure(figsize=(16, 8)) i start to see the figure title but not figure itself

4 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

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 In Ui Under Execution Tab, I See That The Trains Has

with this layout.. it didn't work earlier

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 just under models dir rather than artifact... any way to achieve this or i should just treat it as artifact ?

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

as i am seeing now my plots but they are lending into metrics section not plot section.

4 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

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

its not that they are blank.. whole page is blank including plotly plots

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

once i removed the seaborn plot then CM plots becomes visible again

4 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

4 years ago
0 When Trains-Agent Is Configured With

as when it run first time after .trains/venv-build cleaning, it output this message for this package - pycparser @ file:///home/conda/feedstock_root/build_artifacts/pycparser_1593275161868/work wondering why it specify this package as for most other packages it just prints the version number

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
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 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 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 I Am Seeing Issue When Running A Script With Command As

there are multiple scripts under test/scripts folder.. example is running one script from that folder

3 years ago
Show more results compactanswers