Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 163 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 163 Bytes

AdamW

Keras的AdamW代码

adam_optimer = AdamW(lr=0.001, beta_1=0.9, beta_2=0.999, weight_decay=1e-4, epsilon=1e-8, decay=0.)

from AdamW import AdamW 即可