Граф коммитов

890 Коммитов

Автор SHA1 Сообщение Дата
Harsha Vardhan Simhadri e7768d2365
Merge pull request #149 from MJ10/fastgrnn-cuda-fix
FastGRNNCUDA: Contiguous Allocation after Transpose
2019-12-23 15:03:14 -08:00
Moksh Jain 4fda3fe709 FastGRNNCUDA: Fix contiguous allocation after transpose 2019-12-23 18:23:12 +05:30
dependabot[bot] 0a8e5e0b78
Bump tensorflow from 1.13.1 to 1.15.0 in /tf
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 1.15.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.13.1...v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-16 21:06:57 +00:00
dependabot[bot] c5fd02ca7a
Bump tensorflow-gpu from 1.10.1 to 1.15.0 in /tf
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.10.1 to 1.15.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.10.1...v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-16 20:32:34 +00:00
Harsha Vardhan Simhadri ebd78a3415
Merge pull request #123 from microsoft/harsha/reorg
Harsha/reorg
2019-12-11 10:15:20 -08:00
Harsha Vardhan Simhadri 30b981c037 Merge branch 'master' into harsha/reorg 2019-12-11 18:12:40 +00:00
Ubuntu eeaf24f76c README formtted 2019-12-11 17:56:31 +00:00
Moksh Jain 3a56912caa Fix SRNN Training (#144)
* SRNN: fix default cell parameters

* SRNN: add model saving to example script
2019-11-18 11:31:40 -08:00
Aditya Kusupati 0d27f3ebb6 Adding a readme for MSCRNN in EdgeML repo (#143)
* MSCRNN

* Update README.md

* Update README.md

* Update README.md

* Add files via upload

* Update README.md

* Update README.md
2019-11-15 16:52:19 -08:00
Shishir Patil e70abf11fb Model training (#142)
* Fix: Publicaiton Link

* Organizing README

* Include instructable, README reorg

* More updates
2019-11-08 16:14:37 -08:00
Harsha Vardhan Simhadri badf239886
Merge pull request #98 from microsoft/modelTraining
Model training for GesturePod
2019-11-08 15:05:32 -08:00
Shishir Patil af6240c18e Fix: Publicaiton Link 2019-11-08 15:04:33 -08:00
Shishir Patil 2de62d4765 Moving Data-set to Applicaiton/GesturePod 2019-11-08 15:02:14 -08:00
Harsha Vardhan Simhadri f720aea45c
Update README.md 2019-11-06 12:53:25 -08:00
Harsha Vardhan Simhadri e08fca0a40
Update README.md 2019-11-06 12:35:14 -08:00
Moksh Jain c9736f1055 fix windows installation (#140) 2019-11-06 11:27:02 -08:00
Harsha Vardhan Simhadri 249948b9ff adding sparsity parameters to RNNs and underlying cells 2019-10-29 18:25:03 -07:00
Shishir Patil ad8b35583e Updating global readme, renaming publication 2019-10-26 23:42:37 -07:00
Shishir Patil 643f6fa1cf Consistent naming for data, and noise files, Example commands 2019-10-26 22:06:10 -07:00
Harsha Vardhan Simhadri 083a4aae19 Training a keyword spotting model with FastGRNN 2019-10-25 18:29:19 -07:00
Ubuntu 02cc17a567 moving KWS to a subfolder 2019-10-26 00:27:35 +00:00
Harsha Vardhan Simhadri 3a74ad6910 updated README.md and added comments to train_config.py 2019-10-19 21:27:56 -07:00
Harsha Vardhan Simhadri 746262d477 Merge branch 'master' into harsha/reorg 2019-10-19 21:13:31 -07:00
Harsha Vardhan Simhadri 7f906035f2 updated README.md 2019-10-19 21:13:03 -07:00
Shishir Patil c36a2ef6bc Script to generate data header file 2019-10-11 21:46:38 -07:00
Moksh Jain 1e2f924c94 FastGRNNCUDA Fix (#137)
* fixes for installation and fastgrnncuda

* ensure input tensors are on device

* ensure tensors on device for fastgrnncudacell

* add batch_first support

* fix forward params

* minor variable name fix
2019-10-10 08:53:13 -07:00
Moksh Jain 58b3f4ad22 FastGRNNCUDA: Fixes (#136)
* fixes for installation and fastgrnncuda

* ensure input tensors are on device

* ensure tensors on device for fastgrnncudacell

* add batch_first support

* fix forward params
2019-10-08 22:44:08 -07:00
Shishir Patil d94164cb08 update README 2019-10-06 13:45:37 -07:00
Shishir Patil 74b127d19f Merge branch 'master' of https://github.com/microsoft/EdgeML into modelTraining 2019-10-06 13:44:33 -07:00
Shishir Patil 234ad0a985 Thread, Readme ipdate 2019-10-06 13:44:02 -07:00
Harsha Vardhan Simhadri 5176ca3586
Update README.md 2019-10-04 12:23:05 -07:00
Harsha Vardhan Simhadri 2c72e014e3
Update README.md 2019-10-04 12:14:39 -07:00
Harsha Vardhan Simhadri 1eb1e91af5
Merge pull request #135 from MJ10/fastgrnn-cuda-sparsify
FastGRNN CUDA: Sparsify Support
2019-10-03 12:28:08 -07:00
Moksh Jain 520c10fcfd fastgrnncuda: add sparsify support 2019-10-03 21:40:37 +05:30
Ubuntu a89588f6d2 map config.architecture string to RNN Cell 2019-10-02 18:03:05 +00:00
Shishir Patil aea09b58cc Label for noise, and twirl 2019-10-01 21:29:59 -07:00
Shishir Patil cb54fa396e Fix: Path to data 2019-10-01 19:14:12 -07:00
Shishir Patil 64e7609d86 Fix: generateFeatures.py 2019-10-01 16:40:21 -07:00
Shishir Patil f48e8ad798 Merge branch 'modelTraining' of https://github.com/microsoft/EdgeML into origin/modelTraining 2019-10-01 16:11:48 -07:00
Harsha Vardhan Simhadri 0b33f1d959
Merge pull request #133 from lamarrr/patch-1
update Data.cpp
2019-10-01 15:52:33 -07:00
Harsha Vardhan Simhadri 606e0fa144
Merge pull request #125 from mr-yamraj/harsha/reorg
fixed total iterations for rolling training
2019-10-01 15:51:17 -07:00
Harsha Vardhan Simhadri 5d0af0f7a6
Merge pull request #131 from MJ10/fastgrnn-cuda
FastGRNN CUDA
2019-09-27 15:25:25 +05:30
Moksh Jain 23f6e0c8e9 fastgrnncuda: add low rank support to cell 2019-09-27 14:21:28 +05:30
Moksh Jain cb1e26f8ca fastgrnncuda: fix gradient return 2019-09-27 14:03:49 +05:30
Moksh Jain 4bcdf1796d fastgrnncuda: added low rank support to unrolled version 2019-09-27 12:33:23 +05:30
Moksh Jain 0b70d5e060 FastGRNNCUDA: added unrolled implementation 2019-09-26 18:59:04 +05:30
Moksh Jain e4ce97f7ce fastgrnncuda: adds support for different non-linearities 2019-09-25 18:47:55 +05:30
Moksh Jain 61ce245c2e fastgrnncuda: precompute sigmoid 2019-09-25 09:43:52 +05:30
Harsha Vardhan Simhadri 0176ebc92a support for sampling non keywords 2019-09-24 22:27:43 +05:30
Harsha Vardhan Simhadri 0cefe9c84e
Add files via upload 2019-09-24 11:37:04 +05:30