Use `fp16` mixed-precision in the L-step to enable Tensor Core utilization. Figure out how to integrate Apex-AMP. **References** * [Mixed Precision Training (arXiv)](https://arxiv.org/abs/1710.03740) * [NVIDIA Apex](https://github.com/NVIDIA/apex)
Use
fp16mixed-precision in the L-step to enable Tensor Core utilization. Figure out how to integrate Apex-AMP.References