tensorflow tf.random.set_seed()

사용 버전: Python 3.7.6, Tensorflow 2.1.0


tensorflow(텐서플로우) tf.random.set_seed()에 대해서 알아보겠습니다.





괄호 안에는 정수가 들어갑니다.

tf.random.set_seed()는 랜덤 함수를 사용할 때 기준이 되는 seed 값을 정할 수 있게 해줍니다.











두 번을 해도 같은 값이 나오는 것을 볼 수 있습니다.

끝.



카테고리: Tensorflow_python, Python

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Python OpenCV 빈 화면 만들기

tensorflow tf.random.uniform()

Android Notification with Full Screen

KiCad 시작하기 2 (PCB 만들기)

Android Minimum touch target size

Python bs4.SoupStrainer()

KiCad 시작하기 4 (기존 회로도 수정 및 추가)

음악 총보(Score), 파트보(Part)

tensorflow tf.expand_dims()