]> git.sesse.net Git - voxel-flow/history - voxel_flow_train.py
Fix yet more no-movement rejection (we would reject A-A-B pulldown, but not A-B-B).
[voxel-flow] / voxel_flow_train.py
2018-02-09 Steinar H. GundersonCheckpoint a bit more often.
2018-02-09 Steinar H. GundersonEnable prefetching of images.
2018-02-09 Steinar H. GundersonFix loading from checkpoints again.
2018-02-08 Steinar H. GundersonVisualize the flow in a summary op.
2018-02-08 Steinar H. GundersonMove to tf.data, for much more efficient data loading...
2018-02-08 Steinar H. GundersonEnable checkpoint restore from file.
2018-02-08 Steinar H. GundersonFix and reenable summary outputs.
2018-02-08 Steinar H. GundersonUpdate to Python 3 syntax.
2018-02-08 Steinar H. GundersonUpdate for TensorFlow 1.0 API.
2018-02-08 Steinar H. GundersonFix a syntax error.
2018-02-05 Ziwei LiuInitial commit