cyd0806 commited on
Commit
c9218f0
·
verified ·
1 Parent(s): bf2f4c6

Upload apex-master/examples/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. apex-master/examples/README.md +4 -0
apex-master/examples/README.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ This directory contains examples illustrating Apex mixed precision and distributed tools.
2
+
3
+ **Note for users of the pre-unification API**:
4
+ `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.