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
2K Views
0 Votes 0 Answers 2K 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 ...
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
and the above error is caused by routine update check being blocked...
5 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
5 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 ...
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
5 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...
5 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
is there a link which describes the differences in community and enterprise versions
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
i am using 0.16.1 version of server and 0.16.2 version of agent
5 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...
5 years ago
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
5 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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...
5 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
i know i can run this manually in step by step but wondering if this can be automated as scheduled tasks
5 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
currently when i run script manually.. script runs outside of trains-agent although it reports the progress back to server
5 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
in UI under execution tab, i see that the trains has script path listed as -m test.scripts
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
as i can not read the numbers at all
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
wondering what is causing it
5 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K 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 ...
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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...
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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...
5 years ago
0 Votes
23 Answers
2K Views
0 Votes 23 Answers 2K Views
wondering why my plots are not in plot section but under debug section
5 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K 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
5 years ago
0 Votes
26 Answers
2K Views
0 Votes 26 Answers 2K Views
colors of CM reporting are strange... is it possible to adjust the default ones
5 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
when trains-agent is configured with system_site_packages: true why agent tries to create a new env and install packages ?
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
hmm it seems the plot are ending up under debug samples
5 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
so wondering why trains is not picking up the whole path
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
is is in planning or already supported
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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.
5 years ago
Show more results questions
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

5 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

5 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

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

5 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

5 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

5 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

5 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

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

5 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

5 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

5 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

5 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

5 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 🙂

5 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

5 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

5 years ago
0 Another Question Is If I Have A Conda Env Available On My Workers Systemwide.. Can I Use That Env Directly When Running Tasks With

i know it support conda.. but i have another system wide env which is not base .. say ml so wondering if i can comnfigure trains-agent to use that... not standard practice but just asking if it is possible

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

5 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

5 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

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

not so sure.. ideally i was looking for some function calls which enables me to create a sort of DAG which get scheduled at given interval and DAG has status checks on up streams task ... so if upstream task fails.. downstream tasks are not run

5 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

5 years ago
5 years ago
Show more results compactanswers