tensorspace icon indicating copy to clipboard operation
tensorspace copied to clipboard

Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js

Results 28 tensorspace issues
Sort by recently updated
recently updated
newest added

### Priority Low ### Issue Description In the screenshot below, **LAST MODIFIED** shows `Sat, 26 Oct 1985 08:15:00 GMT`,which is incorrect. ### Expected Results **LAST MODIFIED** shows correct timestamp, so...

bug
documentation

CloseButton will become brighter when mouse hover on it.

new feature

TensorSpace use `fonts/helvetiker_regular.typeface.json` as the basic font style for `output1d` layer text information. However, it does not support some text, for example, when input `中文`, the `fonts/helvetiker_regular.typeface.json` will show `??`...

new feature

Now tensorspace hard code `helvetiker_regular.typeface.json` as font style, refactor it with npm module to make the code more readable.

refactor

Write unit test for utils, add test script under [test/unit](https://github.com/syt123450/tensorspace/tree/master/test/unit) folder.

help wanted
test

draw 28*28=784 numbers to 224*224 canvas

enhancement

More network examples build with Tensorspace, add interesting examples to "examples" folder: - [x] Resnet 50 - [ ] Dense net - [x] Acgan generative model - [ ] pix2pix...

enhancement
help wanted

It's hard to control rotation in touchable screen, so may add two finger rotation to control rotation?

new feature

Implement merge function for Tensorspace, support all merge function in keras including: - [x] Add3d - [x] Substract3d - [x] Multiply3d - [x] Average3d - [x] Maximum3d - [x] Concatenate3d...

enhancement