Skip to content

machida-mn/tensorflow-pid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PID optimizer for Tensorflow

Tensorflow implementation of PID optimization (CVPR 2018).

See the following paper for detail of algorithm.

This program was tested on Tensorflow r1.4.

Installation

$ git clone https://github.com/machida-mn/tensorflow-pid
$ cd tensorflow-pid
$ pip install .

Usage

import tensorflow_pid

loss = .......

train_op = tensorflow_pid.PIDOptimizer(learning_rate=0.01, kd=0.001).minimize(loss)

Implementation in other frameworks

About

Tensorflow implementation of PID optimization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages