stickeritis / sticker

Succeeded by SyntaxDot: https://github.com/tensordot/syntaxdot
Other
25 stars 2 forks source link

Disable auto mixed-precision during prediction #170

Closed danieldk closed 4 years ago

danieldk commented 4 years ago

When using CPU prediction, Grappler will complain about mixed precision not being available and then performs single-threaded prediction. Since mixed-precision prediction is primarily for speeding up training, disable it during prediction.

Fixes #165.