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

Stats error in LenetTraining example #215

Closed syt123450 closed 5 years ago

syt123450 commented 5 years ago

Stats error in LenetTrainingExample, caused by stats usage change in SceneInitializer.

syt123450 commented 5 years ago

Fixed by checking existence Stats type before import sentence.

syt123450 commented 5 years ago

@BoTime The usage of Stats in sceneInitializer seems a little bit weird, maybe need further discussion.