Return image paths that are used to load current data
(self)
| 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""" |