unit_test / configs /BERT_L12_H768_experiments /16tasks_training_apex_o2.yaml
herrius's picture
Upload 259 files
32b542e
raw
history blame contribute delete
256 Bytes
_BASE_: "16tasks_training.yaml"
####################################### Optimizer #######################################
SOLVER:
AMP_FP16: False
APEX_FP16: True # dangerous
APEX_OPT_LEVEL: 'O2'
MIN_LOSS_SCLE: 128.0
CHECKPOINT_PERIOD: 10000