-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PaddlePaddle Hackathon] add Squeezenet #36066
Conversation
Thanks for your contribution! |
代码冲突了,需要解决下。 |
@LielinJiang 老师,这里麻烦重新review一下 |
@@ -0,0 +1,228 @@ | |||
# copyright (c) 2020 PaddlePaddle Authors. All Rights Reserve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2021
<https://arxiv.org/pdf/1602.07360.pdf>`_ | ||
|
||
Args: | ||
version (str): version of squeezenet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
说明下version可以是哪些值?
@LielinJiang 老师,已经进行了修改并过了CI.麻烦再review一下 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
这个PR有些冲突哈,辛苦再处理下~ |
8c9f23b
好的,已处理~ |
@fuqianya 还是有点冲突哈 |
恩恩,我解决一下,CI之前也一直没过。。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG API
|
||
Examples: | ||
.. code-block:: python | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI 未通过,这里少了一句 import paddle @fuqianya
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,我修改一下
6ba9791
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG API
真不容易啊 请 @LielinJiang merge 下吧~ |
* add squeezenet
PR types
New features
PR changes
APIs
Describe
Add SqueezeNet to Paddle Vision (include calling of higher-level api, test case and doc).
Doc is at PaddlePaddle/docs#3919.