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

궁금했던점 정리하는 곳 #7

Open
iammiori opened this issue May 20, 2019 · 0 comments
Open

궁금했던점 정리하는 곳 #7

iammiori opened this issue May 20, 2019 · 0 comments
Labels
question Further information is requested

Comments

@iammiori
Copy link
Owner

iammiori commented May 20, 2019

1. tf.Variable vs. tf.get_variable

  • tf.Variable : 언제나 새로운 객체를 만들어 낸다.
  • tf.get_variable : 이미 존재하는 객체를 매개변수로 받을 수 있다.
    : 새로운 변수를 생성하면, 변수는 initializer(shape) 값으로 초기화
    : tf.get_variable(name.shape,dtype,initializer)
@iammiori iammiori added the question Further information is requested label May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant