keras-radam:RAdam在Keras和TensorFlow中实现

时间:2021-02-06 08:50:41
【文件属性】:
文件名称:keras-radam:RAdam在Keras和TensorFlow中实现
文件大小:21KB
文件格式:ZIP
更新时间:2021-02-06 08:50:41
tensorflow keras adam optimizers radam 凯拉斯·拉丹(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
【文件预览】:
keras-radam-master
----MANIFEST.in(88B)
----keras_radam()
--------selection.py(142B)
--------backend.py(1KB)
--------__init__.py(49B)
--------training.py(13KB)
--------optimizers.py(6KB)
--------optimizer_v2.py(10KB)
----.github()
--------stale.yml(36B)
--------ISSUE_TEMPLATE()
----requirements-dev.txt(89B)
----README.zh-CN.md(2KB)
----requirements.txt(12B)
----publish.sh(83B)
----.travis.yml(1KB)
----LICENSE(1KB)
----test.sh(219B)
----setup.py(1KB)
----README.md(2KB)
----tests()
--------official.py(3KB)
--------test_similar.py(2KB)
--------test_optimizers.py(5KB)
--------__init__.py(0B)
----.gitignore(1KB)
----CHANGELOG.md(65B)

网友评论