MCPcopy Create free account
hub / github.com/chenhaoxing/HDNet / get_image_paths

Method get_image_paths

models/base_model.py:111–113  ·  view source on GitHub ↗

Return image paths that are used to load current data

(self)

Source from the content-addressed store, hash-verified

109 pass
110
111 def get_image_paths(self):
112 """ Return image paths that are used to load current data"""
113 return self.image_paths
114
115 def update_learning_rate(self):
116 """Update learning rates for all the networks; called at the end of every epoch"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected