This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Trasfer_learning_example_paddle2.0rc_flowerdataset#939
Open
lwbmowgli wants to merge 1 commit into
Open
Conversation
TCChenlong
reviewed
Dec 10, 2020
| @@ -0,0 +1,506 @@ | |||
| { | |||
Contributor
There was a problem hiding this comment.
文件路径错了,应该在 paddle2.0_docs 下面
| "collapsed": false | ||
| }, | ||
| "outputs": [], | ||
| "source": [ |
Contributor
| "collapsed": false | ||
| }, | ||
| "outputs": [], | ||
| "source": [ |
Contributor
There was a problem hiding this comment.
上面的这一部分文案,也可以简短的写一下哈,大意可以围绕着使用飞桨框架预训练模型,通过迁移学习来完成图像分类,最好不要直接套用高层API的那篇文章,不太好~~
| "### 3 模型训练\n", | ||
| "\n", | ||
| "\n", | ||
| "过去常常困扰深度学习开发者的一个问题是,模型训练的代码过于复杂,常常要写好多步骤,才能正确的使程序运行起来,冗长的代码使许多开发者望而却步。\n", |
| "collapsed": false | ||
| }, | ||
| "source": [ | ||
| "其实,这里也会用到上文提到的自定义Callback,我们只需要自定义与loss相关的Callback,然后保存loss信息,最后将其转化为图片即可。具体的实现过程如下所示:" |
| "collapsed": false | ||
| }, | ||
| "source": [ | ||
| "#### 3.3 模型验证" |
Contributor
There was a problem hiding this comment.
验证完了 最好写一段总结什么的,就是通过这个项目实现了什么任务,大概总结一下就好
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

使用paddle2.0高层API完成迁移学习任务,使用的数据集为API中封装的鲜花数据集,通过雨哥的指导,对标签值做了预处理。迭代了两次。使用预训练模型resnet-18.