Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 403 Bytes

TensorFlow.js-Learning

花了几百块钱在慕课网买的课程学习!一定要坚持到底!

1、确保安装了node环境,直接去node js官网下载即可

2、安装依赖环境

npm install

3、全局安装 parcel-bundler

sudo npm install -g parcel-bundler

4、到每一个代码目录中去直接启动index.html就好了,无需任何配置

parcel tensor/index.html