commit | a0b83464e45307c8216459b03146cc1de0b70989 | [log] [tgz] |
---|---|---|
author | Lukasz Wesolowski <lwesolowski@fb.com> | Wed May 17 15:50:45 2017 -0700 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Wed May 17 15:57:42 2017 -0700 |
tree | 9897cc0ece6dff6551c886e7e81ccbb58a92fa74 | |
parent | bbd7aee9abc8eae97e31bf0462fe2a7682f13538 [diff] |
fix bad conversion to float in cpu_half2float Summary: When converting from half to float, the bytes to be returned were represented as an unsigned int. When returning, this had the effect of converting the unsigned int into a float. This is incorrect, as we want to instead take the raw data and return it as float. Reviewed By: pietern, asaadaldien Differential Revision: D5080335 fbshipit-source-id: 7208efc5799daccf92e1628ee326f7470b867261
Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.
Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.
Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.
Caffe2 is released under the BSD 2-Clause license.
Detailed build matrix (hit refresh if you see icons not showing up due to heroku):
Target | Status |
---|---|
Linux | |
Mac (CPU) | |
Android | |
iOS | |
Linux + MKL | |
Windows |