(self)
| 206 | self._set_lr(warm_up_lr_l) |
| 207 | |
| 208 | def get_current_learning_rate(self): |
| 209 | return [param_group['lr'] for param_group in self.optimizers[0].param_groups] |
| 210 | |
| 211 | @master_only |
| 212 | def save_network(self, net, net_label, current_iter, param_key='params'): |