Commit Graph
217 Commits
Author SHA1 Message Date
Leon Chen eaf123dccd update gitignore 2016-10-12 12:03:58 -04:00
Leon Chen f318529c3c update readme 2016-10-12 12:03:24 -04:00
Leon Chen 43a04cf527 update builds 2016-10-12 12:03:19 -04:00
Leon Chen 23bf8930f0 update demos 2016-10-12 11:47:46 -04:00
Leon Chen 323b530116 add IMDB bidirectional LSTM demo jupyter notebook 2016-10-12 11:47:30 -04:00
Leon Chen c3199283f3 add IMDB bidirectional LSTM demo 2016-10-12 11:47:16 -04:00
Leon Chen 6ee90756da add IMDB bidirectional LSTM demo data 2016-10-12 11:47:01 -04:00
Leon Chen 1abb54c7b1 handle wrapper layers in Model class 2016-10-12 11:46:13 -04:00
Leon Chen dd7eb2024d add yarn.lock to .gitignore 2016-10-11 17:53:46 -04:00
Leon Chen 74659f1632 work within gl.MAX_TEXTURE_SIZE limits 2016-10-11 17:53:04 -04:00
Leon Chen 79b25b9e6a for ResNet50, apply imagenet mean pixel on BGR instead of RGB
see https://github.com/fchollet/keras/pull/4027
2016-10-11 17:52:00 -04:00
Leon Chen 5fa9f9e486 update demos 2016-10-11 00:29:54 -04:00
Leon Chen 130b346b5c add inception v3 imagenet demo 2016-10-11 00:29:43 -04:00
Leon Chen da3a673dff update Merge layer concat mode 2016-10-10 22:25:00 -04:00
Leon Chen b2764cf337 fix softmax activation for large values 2016-10-10 22:24:32 -04:00
Leon Chen 2195fe394a update Convolution3D and AtrousConvolution2D layers 2016-10-09 19:26:04 -04:00
Leon Chen d677af34c6 update ResNet50 demo 2016-10-09 18:33:30 -04:00
Leon Chen 3c6b41471e update Convolution2D layer class 2016-10-09 17:31:40 -04:00
Leon Chen 20cef02254 add layerCallPauses flag to Model class to add 0ms pauses after each node computation call 2016-10-09 17:30:53 -04:00
Leon Chen dba81e01cd update Model/Layer gpu togglin, update demos 2016-10-09 13:31:23 -04:00
Leon Chen 99d2cb8110 update Model class 2016-10-09 12:55:09 -04:00
Leon Chen ac92e97ac3 use weblas.pipeline.sgemm for conv layers when gpu flag turned on 2016-10-09 12:55:02 -04:00
Leon Chen 8009d63167 create weight row matrices on layer initialization, not call() 2016-10-09 00:55:38 -04:00
Leon Chen d13f34d082 update Model class 2016-10-09 00:55:09 -04:00
Leon Chen 39ce7c85eb update ResNet50 demo 2016-10-09 00:54:19 -04:00
Leon Chen b97e2a1b89 fix BatchNormalization layer axis normalization 2016-10-08 23:21:11 -04:00
Leon Chen a3dc907795 update ResNet50 demo 2016-10-08 18:54:06 -04:00
Leon Chen 1bf9999673 use async/await instead of generators, and update demos 2016-10-08 18:53:51 -04:00
Leon Chen 6cddfd330a update ResNet50 demo architecture display 2016-10-07 19:55:09 -04:00
Leon Chen 0c9db5e74f modify demos menu styles 2016-10-07 12:14:37 -04:00
Leon Chen acd5e93c96 add inception_v3 demo data 2016-10-07 02:06:42 -04:00
Leon Chen fc46b17ec1 update demos 2016-10-07 01:58:45 -04:00
Leon Chen d5063b4062 for demos, toggle gpu by default when webgl is detected 2016-10-06 23:30:45 -04:00
Leon Chen 9ee1a8c52b update ResNet50 ImageNet demo 2016-10-06 19:11:49 -04:00
Leon Chen cd43d062fd add imagenet class util function 2016-10-06 19:11:35 -04:00
Leon Chen f5f6109f13 tensor reshaping operation optimizations 2016-10-06 18:37:25 -04:00
Leon Chen 4c6ae6222e update lodash 2016-10-06 17:12:40 -04:00
Leon Chen 7e181b8ed5 update demos 2016-10-06 17:12:11 -04:00
Leon Chen 6a5cd57f7d update ResNet50 ImageNet demo 2016-10-06 05:06:29 -04:00
Leon Chen 5cf643499d start ResNet50 ImageNet demo 2016-10-06 03:03:50 -04:00
Leon Chen 16311b1358 update encoder.py 2016-10-06 03:03:22 -04:00
Leon Chen 4b546dc56c split demo vue templates into separate files 2016-10-06 03:03:12 -04:00
Leon Chen c49b74dde2 update webpack builds 2016-10-05 22:31:55 -04:00
Leon Chen d2f196a218 add jupyter notebooks to gitattributes 2016-10-05 22:31:18 -04:00
Leon Chen 689df08809 update demo jupyter notebooks 2016-10-05 22:26:02 -04:00
Leon Chen f69b09de48 update convolutional VAE demo 2016-10-05 22:23:28 -04:00
Leon Chen d7988600b8 working convolutional VAE demo 2016-10-05 21:40:08 -04:00
Leon Chen 657cdbdab3 update Model class 2016-10-05 21:39:50 -04:00
Leon Chen 43128e708a properly handle batch_input_shape attribute in InputLayer 2016-10-05 21:39:40 -04:00
Leon Chen f5e6e685db update mnist convnet demo 2016-10-05 21:39:14 -04:00