Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup initialize and how it calls initialize_layers #157

Open
cancan101 opened this issue Sep 23, 2015 · 0 comments
Open

Cleanup initialize and how it calls initialize_layers #157

cancan101 opened this issue Sep 23, 2015 · 0 comments

Comments

@cancan101
Copy link
Contributor

See:

out = getattr(self, '_output_layer', None)
if out is None:
out = self._output_layer = self.initialize_layers()

out is not used nor is self. _output_layer other than to see that initialize_layers has been called.

Further it would be nice to move away from the assumption of just one output layer.

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

No branches or pull requests

1 participant