Gradually increase :math:`\lambda` in GRL layer.
(self)
| 263 | return outputs |
| 264 | |
| 265 | def step(self): |
| 266 | """ |
| 267 | Gradually increase :math:`\lambda` in GRL layer. |
| 268 | """ |
| 269 | self.grl_layer.step() |
| 270 | |
| 271 | def get_parameters(self, base_lr=1.0) -> List[Dict]: |
| 272 | """ |
no outgoing calls
no test coverage detected