Advertisement
Guest User

Untitled

a guest
Nov 6th, 2022
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1. {
  2.     "fp16": {
  3.         "enabled": true,
  4.         "loss_scale": 0,
  5.         "loss_scale_window": 1000,
  6.         "initial_scale_power": 16,
  7.         "hysteresis": 2,
  8.         "min_loss_scale": 1
  9.     },
  10.  
  11.     "zero_optimization": {
  12.         "stage": 3,
  13.         "contiguous_gradients": true,
  14.         "stage3_max_live_parameters": 1e9,
  15.         "stage3_max_reuse_distance": 1e9,
  16.         "stage3_prefetch_bucket_size": 1e7,
  17.         "stage3_param_persistence_threshold": 1e5,
  18.         "reduce_bucket_size": 1e7,
  19.         "sub_group_size": 1e9,
  20.         "offload_optimizer": {
  21.             "device": "cpu"
  22.          },
  23.         "offload_param": {
  24.             "device": "cpu"
  25.        }
  26.     },
  27.     "gradient_accumulation_steps": 1,
  28.     "gradient_clipping": "auto",
  29.     "steps_per_print": 2000,
  30.     "train_batch_size": 1,
  31.     "train_micro_batch_size_per_gpu": 1,
  32.     "wall_clock_breakdown": false
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement