凯拉斯·拉丹(Keras RAdam)
[| ]
在和TensorFlow中非官方实施 。
安装
pip install keras-rectified-adam
外部链接
用法
import keras
import numpy as np
from keras_radam import RAdam
# Build toy model with RAdam optimizer
model = keras . models . Sequential ()
model . add ( keras . layers . Dense ( input_shape = ( 17 ,), units
1