MCPcopy Create free account
hub / github.com/JunlinHan/DCLGAN / get_image_paths

Method get_image_paths

models/base_model.py:133–135  ·  view source on GitHub ↗

Return image paths that are used to load current data

(self)

Source from the content-addressed store, hash-verified

131 pass
132
133 def get_image_paths(self):
134 """ Return image paths that are used to load current data"""
135 return self.image_paths
136
137 def update_learning_rate(self):
138 """Update learning rates for all the networks; called at the end of every epoch"""

Callers 1

test.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected