automl21/accel/neural_rec.py [192:204]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            else:
                new_init_x = z

        if self.learn_init_iterate:
            if self.learn_init_iterate_delta:
                init_x = init_x + new_init_x
            else:
                init_x = new_init_x

        if single:
            init_x = init_x.squeeze(0)

        h = self._extract_layered_hidden_state(h)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



automl21/accel/neural_rec.py [295:307]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            else:
                new_init_x = z

        if self.learn_init_iterate:
            if self.learn_init_iterate_delta:
                init_x = init_x + new_init_x
            else:
                init_x = new_init_x

        if single:
            init_x = init_x.squeeze(0)

        h = self._extract_layered_hidden_state(h)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



