Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiryuu Sakuya
TensorFlow-Homework
Commits
7193e992
Unverified
Commit
7193e992
authored
Apr 07, 2020
by
Kiryuu Sakuya
🎵
Browse files
Finish 12
parent
6360cb17
Changes
2
Show whitespace changes
Inline
Side-by-side
12. tensorflow.js/README.md
View file @
7193e992
...
...
@@ -4,7 +4,13 @@
> 点击名称即可看到网页示例,一般输出都在控制台。
-
[
test
](
https://test.251.sh/tensorflow/test/
)
Full of nothing.
-
[
first-test
](
https://test.251.sh/tensorflow/first-test/
)
是测试代码。
-
[
iris
](
https://test.251.sh/tensorflow/iris/
)
是作业。
## 构建代码
首先,使用
`npm install`
安装依赖。然后使用 webpack 命令
`npx webpack`
进行打包,目标文件输出在 dist 目录下。可以直接上传至网站使用。
## 作业要求
...
...
12. tensorflow.js/iris.js
deleted
100644 → 0
View file @
6360cb17
// modules are defined as an array
// [ module function, map of requires ]
//
// map of requires is short require name -> numeric require
//
// anything defined in a previous bundle is accessed via the
// orig method which is the require for previous bundles
// eslint-disable-next-line no-global-assign
parcelRequire
=
(
function
(
modules
,
cache
,
entry
,
globalName
)
{
// Save the require from previous bundle to this closure if any
var
previousRequire
=
typeof
parcelRequire
===
"
function
"
&&
parcelRequire
})
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment