文件名称:tensorflow-pid:PID优化的Tensorflow实现
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-19 01:57:07
Python
用于Tensorflow的PID优化器 PID优化的Tensorflow实现(CVPR 2018)。 有关算法的详细信息,请参见以下论文。 该程序已在Tensorflow r1.4上进行了测试。 安装 $ git clone https://github.com/machida-mn/tensorflow-pid $ cd tensorflow-pid $ pip install . 用法 import tensorflow_pid loss = ....... train_op = tensorflow_pid . PIDOptimizer ( learning_rate = 0.01 , kd = 0.001 ). minimize ( loss ) 在其他框架中实施 火炬
【文件预览】:
tensorflow-pid-master
----setup.py(492B)
----.gitignore(52B)
----tensorflow_pid()
--------__init__.py(3KB)
----LICENSE(1KB)
----README.md(723B)
----.noserc(99B)
----test()
--------test.py(785B)