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 443 forks source link

Auto detect outputsOrder for functional model #154

Closed syt123450 closed 5 years ago

syt123450 commented 5 years ago

In TensorSpace's functional model, the outputsOrder attribute is required now. However, it seems that it can be automatically detected in load model. Add auto detection to make the functional model API more friendly.

TODO: