Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Hello TensorSpace v0.2.tar.gz | 2018-12-04 | 1.1 GB | |
Hello TensorSpace v0.2.zip | 2018-12-04 | 1.1 GB | |
README.md | 2018-12-04 | 4.0 kB | |
Totals: 3 Items | 2.1 GB | 0 |
0.1 -> 0.2
Feature
- Add Merge functions for 1d and 2d layers #14
- Add liveLoader to visualize training #117
- Add "closeable" attribute for layers #85
- Add "paging" for Input1d #143
- Add model depth's attribute #130
- Add layerLevel attribute to show layer's position in model #144
- Add NMS and IOU for yolo fb27b88
- Add source map for tensorspace.js and tensorspace.min.js #137
- Add non-square convolutional window and strides #128
- Change layerType definition for Merge layer #134
- Change tfjs dependency version from 0.13.3 to 0.14.0+ #146
- Support three.js r99 #147
- Improve model's reset() method #148
Performance
- GC useless Tensors in time to make GPU memory friendly #122
Examples
Bug Fixed
- Fix relation line overlap #142
- Fix missing line for concatenate3d #142
- Fix function model render bug #126
- Fix preamble license in uglify script 97b0dba
- Fix merged layer relation bug a10dc3f
Website
- Add Inceptionv3 demo to playground 438c4ad
- Add LeNet training demo to playground 38d22a5
- Add reset feature to playground 1b6d224
- Add loading pad to playground e23d1a8 1afa6b4 ...
- Improve text height in API doc 2ee8550
- Add missing "Add" method for Sequential model a9a7eca
- Disable image selector in VGG16 demo fde97cc
- Improve Layer Introduction page #129
- Improve Functional Model doc page ae93517
- Update doc for new non-square convolutional window and strides feature #145