Matthew D. Scholefield
608c9b43f7
Add threshold to precise-train-incremental
2019-03-29 02:58:00 -05:00
Matthew D. Scholefield
4cd1927efe
Update copyright header to 2019
2019-03-20 10:53:24 -05:00
Matthew D. Scholefield
e89677a84f
Add precise-train-generated script
2019-03-20 10:45:39 -05:00
Matthew Scholefield
90d8671cf7
Fix delay samples in train-incremental
...
Also fixes bug with model parameters
2018-09-05 01:53:07 -05:00
Matthew Scholefield
80b13db2e7
Improve formatting line break
2018-08-10 00:03:16 -05:00
Matthew D. Scholefield
8cfbd41d8c
Fix Python 3.4 compatibility in train-incremental
2018-08-07 16:27:56 -05:00
Matthew Scholefield
7b802be7b8
Move Trainer into precise.scripts.train
...
Not having it there was inconsistent because the other trainer classes are in the scripts package within the respective scripts
2018-07-26 13:19:10 -05:00
Matthew Scholefield
d6db6c8ec2
Make train_optimize inherit from Trainer
2018-07-12 21:22:08 -05:00
Matthew Scholefield
06d9669e79
Add sampled training support
2018-07-11 12:45:41 -05:00
Matthew Scholefield
ebd5e09feb
Rework train script to use new Trainer class
...
This allows IncrementalTrainer to share similar behavior
2018-07-11 12:45:41 -05:00
Matthew Scholefield
1f15f9da92
Increase default batch size in train-incremental
2018-06-25 12:37:56 -05:00
Matthew D. Scholefield
a3274b8d33
Fix major bug in precise-train-incremental
...
Previously it wouldn't update its own buffer so the files it would save would be mostly silence
2018-04-18 17:52:09 -05:00
Matthew D. Scholefield
45c72a80c2
Add rename folder and tags arguments
...
Everything is now referred to as tags rather than db since it's a set of tags not a database. It also switches the positional argument to refer to the regular structured data folder, with a separate tags-folder option to override where to load the file ids from the tags from
2018-04-18 15:59:02 -05:00
Matthew D. Scholefield
9418990ff1
Don't train when activation subsides in incremental training
...
This allows batching up larger amounts of data before retraining
2018-04-16 17:31:53 -05:00
Matthew D. Scholefield
09c3ad927b
Change license to Apache 2.0
2018-02-28 20:49:34 -06:00
Matthew D. Scholefield
88173fef95
Recursive glob data/random
2018-02-23 14:45:31 -06:00
Matthew D. Scholefield
ce5f93369c
New precise-collect script and minor fixes
...
- Fix precise-convert script
- Fix pyinstaller spec
- Change keyword folder to wake-word. This is more consistent with other labels
2018-02-23 13:47:56 -06:00
Matthew D. Scholefield
cc32959e29
Remove system path modifications
...
To run a script during development, instead ./setup.sh followed by precise-<script_name> should be used
This ensures all the proper paths are already setup (such as for PreciseRunner)
2018-02-22 01:10:41 -06:00
Matthew D. Scholefield
d622eef3ec
Support only loading test data without train data
2018-02-22 01:02:50 -06:00
Matthew D. Scholefield
484a90f9bc
Refacetor and source code standardization
2018-02-21 13:15:51 -06:00