Browse Source

doc/filters: update how to generate native model for sr filter

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
tags/n4.2
Guo, Yejun Gyan Doshi 6 years ago
parent
commit
231d0c819f
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      doc/filters.texi

+ 4
- 1
doc/filters.texi View File

@@ -16598,10 +16598,13 @@ Efficient Sub-Pixel Convolutional Neural Network model (ESPCN).
See @url{https://arxiv.org/abs/1609.05158}.
@end itemize

Training scripts as well as scripts for model generation can be found at
Training scripts as well as scripts for model file (.pb) saving can be found at
@url{https://github.com/XueweiMeng/sr/tree/sr_dnn_native}. Original repository
is at @url{https://github.com/HighVoltageRocknRoll/sr.git}.

Native model files (.model) can be generated from TensorFlow model
files (.pb) by using tools/python/convert.py

The filter accepts the following options:

@table @option


Loading…
Cancel
Save