Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-04-02 | 2.7 kB | |
v0.5.0 - source code.tar.gz | 2019-04-02 | 1.1 GB | |
v0.5.0 - source code.zip | 2019-04-02 | 1.1 GB | |
Totals: 3 Items | 2.1 GB | 0 |
0.3 -> 0.5
Feature
- Make TensorSpace compatible with progressive framework Example
- Make TensorSpace compatible with TensorFlow.js 1.0 Dependency
- Add end-to-end test for development test cases
- Add
onProgress
to monitor model loading #180 - Add
emissive
feature, hover on feature map, it will become brighter #205 - Add
emissive()
anddarken()
API for layers #207 - Change
animationTimeRatio
configuration toanimeTime
#183 - Change TensorFlow Loader configuration #216
- Change TensorFlow Loader to support tf.keras 67340c
- Make TensorSpace model responsive to container change 9e86fb
- Make TensorSpace model compatible with movable container #222
- Make
hasCloseButton
configurable in model 1c5f69 - Make outputDetection layer's
addRectangleList
reusable 33e83c - Add API to get prediction model 18d04b
- Add publish local for local development d4bbb3
Bug Fixed
- Fix aggressively dispose closeButton #211
Example
- Add TensorSpace Usage example in Angular 2.0 #194
- Add TensorSpace Usage example in tfjs-vis #224
- Add tf.data for training visualization examples #181