issues
search
tensorspace-team
/
tensorspace
Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
https://tensorspace.org
Apache License 2.0
5.07k
stars
444
forks
source link
Align loader API with new tfjs loaders
#212
Closed
syt123450
closed
5 years ago
syt123450
commented
5 years ago
tf.loadFrozenModel() -> tf.loadGraphModel()
tf.loadModel() -> tf.loadLayersModel()
syt123450
commented
5 years ago
depend on #214
syt123450
commented
5 years ago
Change:
tf.loadGraphModel() do not need to provide weightUrl
syt123450
commented
5 years ago
TODO:
[x] Change
tensorflow loader
API in TensorSpace, do not need to provide weightUrl
[x] Clear up examples using
tensorflow loader