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

avoid clearing previous variables + better visualisation #5

Merged
merged 1 commit into from
Dec 4, 2017

Conversation

olivierverdier
Copy link
Contributor

Use variable scopes to initialise only the relevant variables.
Otherwise, calling global_variables_initializer resets the previously trained variables.
This allows to visualise the result of several networks side by side.

Also, I cleared the output of the notebook, to allow for better integration in version control.

Use variable scopes to initialise only the relevant variables.
Otherwise, calling global_variables_initializer resets the previously
trained variables.
This allows to visualise the result of several methods side by side.
@adler-j adler-j merged commit ae896dc into odlgroup:master Dec 4, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants