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

a small mistake in doc #30

Open
Xiaokeai18 opened this issue Mar 21, 2019 · 0 comments
Open

a small mistake in doc #30

Xiaokeai18 opened this issue Mar 21, 2019 · 0 comments

Comments

@Xiaokeai18
Copy link

In the tutorial doc of chapter 1 "Basics/variables", there might be a misktake here:

# "variable_list_custom" is the list of variables that we want to initialize.
variable_list_custom = [weights, custom_variable]

# The initializer
init_custom_op = tf.variables_initializer(var_list=all_variables_list)

The last line of the code above might end up with var_list=variable_list_custom, not all_variables_list.

Here's url of the doc:
https://github.com/astorfi/TensorFlow-World/tree/master/docs/tutorials/1-basics/variables#initializing-specific-variables
Thank you for your repo, it helps me a lot.

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