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

[Don't Review] Add float16 image classification example code and add float16 support to save op #9864

Closed
wants to merge 9 commits into from

Conversation

kexinzhao
Copy link
Contributor

@kexinzhao kexinzhao commented Apr 12, 2018

fix #9865
fix #9866

cpu_fetchs, FLAGS_repeat);
LOG(INFO) << output.dims();
#endif
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

太多的重复代码了,看能不能直接加在原来的单测里面吧。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@kexinzhao kexinzhao force-pushed the save_op_fp16 branch 4 times, most recently from 91a9d97 to 687583e Compare April 12, 2018 22:57
@kexinzhao kexinzhao force-pushed the save_op_fp16 branch 3 times, most recently from bd200e5 to c0e596c Compare April 13, 2018 00:44
@kexinzhao kexinzhao changed the title Add float16 image classification example code and add float16 support to save op [Don't Review] Add float16 image classification example code and add float16 support to save op Apr 18, 2018
@kexinzhao kexinzhao closed this Apr 20, 2018
@kexinzhao kexinzhao deleted the save_op_fp16 branch April 27, 2018 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Float16 image classification inference example python code Need float16 support in save op
2 participants