commit | 1ab3fd1a29cee69ba9e2f6568ef5e1a60f9294a3 | [log] [tgz] |
---|---|---|
author | Simon Layton <slayton58@gmail.com> | Tue Nov 14 09:02:35 2017 -0800 |
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | Tue Nov 14 09:31:18 2017 -0800 |
tree | 1499117a4b8fa463552e09fabf1be6d248bd4d1e | |
parent | b8f670eae80ac6d6cde016d180ce5f89989be413 [diff] |
Fix Batched Matmul test accuracy Summary: Datatypes was being handled badly in reference check, causing sporadic fails in CI. All batched mat-mul with fp16 data is performed as pseudo-fp16, with all math in fp32. Adjusted the reference implementation to reflect this. Adjusted the gradient check threshold to the best I could get to consistently pass. Closes https://github.com/caffe2/caffe2/pull/1406 Differential Revision: D6324431 Pulled By: pietern fbshipit-source-id: 83ff2584438a11f7a6db4599a4fb0e75e9e15a3d
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.
Caffe2 research award competition request for proposals
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 Apache 2.0 license. See the NOTICE file for details.