You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 191 B

12345678910111213141516
  1. ### Instll Sphinx
  2. ```cmd
  3. pip install sphinx
  4. pip install recommonmark
  5. pip install sphinx_rtd_theme
  6. ```
  7. ### Init the docs
  8. ```cmd
  9. sphinx-quickstarts
  10. ```
  11. ### Build the docs
  12. ```cmd
  13. make html
  14. ```

tensorflow框架的.NET版本,提供了丰富的特性和API,可以借此很方便地在.NET平台下搭建深度学习训练与推理流程。