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 |
|
Leon Chen
|
9c6b402545
|
min-width on demos site menu
|
2016-10-05 21:38:53 -04:00 |
|
Leon Chen
|
d289676ad6
|
add image2Darray util function for converting TypedArray to ImageData
|
2016-10-05 21:38:14 -04:00 |
|
Leon Chen
|
5afee8e792
|
fix Deconvolution2D layer outputShape
|
2016-10-05 18:52:01 -04:00 |
|
Leon Chen
|
a9f6a6bd0b
|
fix Reshape layer attribute name from shape to targetShape
|
2016-10-05 18:26:30 -04:00 |
|
Leon Chen
|
39c6afc902
|
add base stylesheet for demos site
|
2016-10-05 18:25:55 -04:00 |
|
Leon Chen
|
867c807083
|
rename Input to InputLayer for consistency
|
2016-10-05 16:35:03 -04:00 |
|
Leon Chen
|
c0d96fc354
|
use precss
|
2016-10-05 16:34:41 -04:00 |
|
Leon Chen
|
0d764bd7f8
|
start mnist VAE demo
|
2016-10-05 02:09:29 -04:00 |
|
Leon Chen
|
b00a2cb091
|
update mnist VAE demo jupyter notebook
|
2016-10-05 01:19:41 -04:00 |
|
Leon Chen
|
69c76b905a
|
add mnist VAE demo data files
|
2016-10-05 01:19:15 -04:00 |
|
Leon Chen
|
70077d19b1
|
add mnist VAE demo jupyter notebook
|
2016-10-05 01:01:37 -04:00 |
|