apex/examples
Deyu Fu aee5aff461 Merge branch 'master' into deyuf/fused_optimizer_v2 2019-08-13 14:33:45 -07:00
..
dcgan Add DCGAN example (#413) 2019-08-07 10:34:12 -07:00
docker Clarifying docker launch 2019-04-30 11:11:53 -07:00
imagenet Put parser in a function to make script importable 2019-07-26 18:20:48 -07:00
simple/distributed Update README.md 2019-03-14 10:20:42 -07:00
README.md Comprehensive imagenet example for the new API 2019-03-03 19:45:39 -08:00

README.md

This directory contains examples illustrating Apex mixed precision and distributed tools.

Note for users of the pre-unification API: deprecated_api contains examples illustrating the old (pre-unified) APIs. These APIs will be removed soon, and users are strongly encouraged to switch. The separate mixed precision tools called Amp and FP16_Optimizer in the old API are exposed via different flags/optimization levels in the new API.