Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

RecursionError: maximum recursion depth exceeded #15

Open
lucasjinreal opened this issue Aug 10, 2018 · 4 comments
Open

RecursionError: maximum recursion depth exceeded #15

lucasjinreal opened this issue Aug 10, 2018 · 4 comments

Comments

@lucasjinreal
Copy link

There was an error says like this.

@cmuspencerlo
Copy link

Yes. I have reproduced this error. Any idea on fixing it?

@louisenaud-planorama
Copy link

I have the same issue here - if anyone has a clue.

@Abbottmo
Copy link

    self._output_layer_init(self.subnet_output.bias.data)

def _output_layer_init(self, tensor, pi=0.01):
    fill_constant = - math.log((1 - pi) / pi)

    if isinstance(tensor, Variable):
        self._output_layer_init(tensor.data)

    return tensor.fill_(fill_constant)

problem occured here,

@yeeohh
Copy link

yeeohh commented Apr 16, 2019

How do you solve the problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants