(self)
| 118 | self.__initialized = True |
| 119 | |
| 120 | def close_mosaic(self): |
| 121 | self.batch_sampler.mosaic = False |
| 122 | |
| 123 | def change_input_dim(self, multiple=32, random_range=(10, 19)): |
| 124 | """This function will compute a new size and update it on the next mini_batch. |