Keras.js

推荐一下网页上的 demo
https://transcranial.github.io/keras-js/#/

加载的比较慢,但是识别的非常快。

Run Keras models (trained using Tensorflow backend) in your browser, with GPU support. Models are created directly from the Keras JSON-format configuration file, using weights serialized directly from the corresponding HDF5 file. Also works in node, but only in CPU mode.

Currently the focus of this library is on forward-pass inference only.

Tensor operations are extended on top of the ndarray library. GPU support is powered by WebGL through weblas.

Library version compatibility:

Keras 2.0.4
TensorFlow 1.1.0

项目:
https://github.com/transcranial/keras-js

更多教程:http://www.tensorflownews.com/

相关文章:

  • 2022-01-05
  • 2021-09-07
  • 2022-12-23
  • 2021-04-06
  • 2021-05-19
  • 2021-10-30
  • 2021-10-12
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2021-11-27
  • 2022-01-04
  • 2021-11-16
  • 2021-12-19
  • 2022-01-31
相关资源
相似解决方案