Skip to content
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

resnet 测试输出不一致 #1076

Closed
VamWolf opened this issue Jan 5, 2017 · 2 comments
Closed

resnet 测试输出不一致 #1076

VamWolf opened this issue Jan 5, 2017 · 2 comments
Assignees

Comments

@VamWolf
Copy link

VamWolf commented Jan 5, 2017

下载model,跑完predict.sh ,
[INFO 2017-01-05 17:13:02,893 classify.py:172] Label of example/dog.jpg is: 879
[INFO 2017-01-05 17:13:08,523 classify.py:172] Label of example/cat.jpg is: 879
和官网结果不一致。
http://www.paddlepaddle.org/doc/demo/imagenet_model/resnet_model.html

有一点改动是把use_gpu 改成0 了. 是这个的影响?

@qingqing01
Copy link
Contributor

请注意文档里有处Note提示了暂不支持CPU。 目前Release的版本v0.9.0,这个模型还不支持CPU, 但develop分支已支持。 不知道您安装版本是多少?可以更新到develop分支。

@Yancey1989
Copy link
Contributor

Close the inactive issue.

zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this issue Sep 25, 2019
czr-gc added a commit to graphcore/Paddle-fork that referenced this issue Oct 26, 2022
…le#1076)

* fix(): fix multithreading issue in model_runtime_backend.

* test(): add multithread test cases.

* fix(): remove unused if branch.

* fix(): fix format.
lizexu123 pushed a commit to lizexu123/Paddle that referenced this issue Feb 23, 2024
* Remove 'mask' nodes in sparse model

* Fixed sparsity of compressed model.

* Fixed sparsity of compressed model.

Co-authored-by: ceci3 <ceci3@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants