Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
fe7ee19e
D
docs
项目概览
MindSpore
/
docs
通知
4
Star
2
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
fe7ee19e
编写于
7月 31, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
7月 31, 2020
浏览文件
操作
浏览文件
下载
差异文件
!597 Unify code formats in notebook for r0.6
Merge pull request !597 from lvmingfu/r0.6
上级
2cbb0961
3c46b9ee
变更
2
展开全部
隐藏空白更改
内联
并排
Showing
2 changed file
with
3910 addition
and
3920 deletion
+3910
-3920
tutorials/notebook/computer_vision_application.ipynb
tutorials/notebook/computer_vision_application.ipynb
+10
-10
tutorials/notebook/nlp_application.ipynb
tutorials/notebook/nlp_application.ipynb
+3900
-3910
未找到文件。
tutorials/notebook/computer_vision_application.ipynb
浏览文件 @
fe7ee19e
...
...
@@ -432,7 +432,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 1/ 10], step: [ 1875/ 1875], loss: [1.2926], avg los: [1.2926], time: [105040.2632]
\n",
"
epoch: 1 step: 1875, loss is 1.2926
\n",
"Epoch time: 105040.679, per step time: 56.022, avg loss: 1.293\n",
"************************************************************\n"
]
...
...
@@ -452,7 +452,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 2/ 10], step: [ 1875/ 1875], loss: [0.8226], avg los: [0.8226], time: [58600.0702]
\n",
"
epoch: 2 step: 1875, loss is 0.8226
\n",
"Epoch time: 58600.447, per step time: 31.254, avg loss: 0.823\n",
"************************************************************\n"
]
...
...
@@ -472,7 +472,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 3/ 10], step: [ 1875/ 1875], loss: [0.6473], avg los: [0.6473], time: [58604.6124]
\n",
"
epoch: 3 step: 1875, loss is 0.6473
\n",
"Epoch time: 58604.997, per step time: 31.256, avg loss: 0.647\n",
"************************************************************\n"
]
...
...
@@ -492,7 +492,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 4/ 10], step: [ 1875/ 1875], loss: [0.3235], avg los: [0.3235], time: [58602.4463]
\n",
"
epoch: 4 step: 1875, loss is 0.3235
\n",
"Epoch time: 58602.803, per step time: 31.255, avg loss: 0.324\n",
"************************************************************\n"
]
...
...
@@ -512,7 +512,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 5/ 10], step: [ 1875/ 1875], loss: [0.4524], avg los: [0.4524], time: [58594.3551]
\n",
"
epoch: 5 step: 1875, loss is 0.4524
\n",
"Epoch time: 58594.759, per step time: 31.251, avg loss: 0.452\n",
"************************************************************\n"
]
...
...
@@ -532,7 +532,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 6/ 10], step: [ 1875/ 1875], loss: [0.5436], avg los: [0.5436], time: [58600.3022]
\n",
"
epoch: 6 step: 1875, loss is 0.5436
\n",
"Epoch time: 58600.685, per step time: 31.254, avg loss: 0.544\n",
"************************************************************\n"
]
...
...
@@ -552,7 +552,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 7/ 10], step: [ 1875/ 1875], loss: [0.3080], avg los: [0.3080], time: [58599.0782]
\n",
"
epoch: 7 step: 1875, loss is 0.3080
\n",
"Epoch time: 58599.470, per step time: 31.253, avg loss: 0.308\n",
"************************************************************\n"
]
...
...
@@ -572,7 +572,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 8/ 10], step: [ 1875/ 1875], loss: [0.4420], avg los: [0.4420], time: [58600.0016]
\n",
"
epoch: 8 step: 1875, loss is 0.4420
\n",
"Epoch time: 58600.389, per step time: 31.254, avg loss: 0.442\n",
"************************************************************\n"
]
...
...
@@ -592,7 +592,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 9/ 10], step: [ 1875/ 1875], loss: [0.2113], avg los: [0.2113], time: [58598.8488]
\n",
"
epoch: 9 step: 1875, loss is 0.2113
\n",
"Epoch time: 58599.249, per step time: 31.253, avg loss: 0.211\n",
"************************************************************\n"
]
...
...
@@ -612,7 +612,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
Epoch: [ 10/ 10], step: [ 1875/ 1875], loss: [0.3720], avg los: [0.3720], time: [58583.0929]
\n",
"
epoch: 10 step: 1875, loss is 0.3720
\n",
"Epoch time: 58583.483, per step time: 31.245, avg loss: 0.372\n",
"************************************************************\n"
]
...
...
tutorials/notebook/nlp_application.ipynb
浏览文件 @
fe7ee19e
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录