Return image paths that are used to load current data
(self)
| 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""" |
nothing calls this directly
no outgoing calls
no test coverage detected