File size: 393 Bytes
4f5c01e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "use_habana_mixed_precision": true,
  "hmp_opt_level": "O1",
  "hmp_is_verbose": false,
  "use_fused_adam": true,
  "use_fused_clip_norm": true,
  "hmp_bf16_ops": [
    "addmm",
    "iadd",
    "linear",
    "matmul",
    "mm",
    "mv",
    "conv1d",
    "conv2d",
    "instance_norm"
  ],
  "hmp_fp32_ops": [
    "cross_entropy",
    "embedding",
    "nll_loss",
    "log_softmax"
  ]
}