“TensorFlow-JavaScript”版本间的差异
来自iCenter Wiki
第6行: | 第6行: | ||
python -m http.server 9999 & | python -m http.server 9999 & | ||
+ | |||
+ | *In Browser, visit http://localhost:9999 | ||
*Reference | *Reference |
2019年4月6日 (六) 04:46的最后版本
TensorFlow JavaScript
- Open Chrome Browser
- Start HTTP Server locally with Python
python -m http.server 9999 &
- In Browser, visit http://localhost:9999
- Reference