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

Use with model trained in TFJS? #238

Closed EddieOne closed 2 years ago

EddieOne commented 4 years ago

Hello, How would I use TensorSpace with a model trained in TFJS? I'm trying to find why it is so difficult to train. Is it possible to skip the loading of pretrained model part?

https://github.com/Y8Games/Y8-Instant-io-Game/blob/ai-gym/src/game.js#L32

https://tensorspace.org/html/docs/preTfjs.html

NormanTUD commented 3 years ago

Have you found a solution to this? I'd really like something like

tensorspace_model.load(tfjs_model)

to skip all the loading and defining stuff, but I cannot find anything like that.

EddieOne commented 2 years ago

I did not get too far into this project. I'm not clear on the status. I would suggest searching for something newer.