mirror of
https://github.com/igv/FSRCNN-TensorFlow.git
synced 2025-12-15 00:58:23 +08:00
Option to add distortions to random low-res images
This commit is contained in:
1
model.py
1
model.py
@@ -33,6 +33,7 @@ class FSRCNN(object):
|
||||
self.batch_size = config.batch_size
|
||||
self.learning_rate = config.learning_rate
|
||||
self.threads = config.threads
|
||||
self.distort = config.distort
|
||||
self.params = config.params
|
||||
|
||||
# Different image/label sub-sizes for different scaling factors x2, x3, x4
|
||||
|
||||
Reference in New Issue
Block a user