개발/Python

[오류데이터] module 'tensorflow' has no attribute 'set_random_seed'

leecrossun 2022. 6. 7. 11:26

tensorflow 가 버전업 되면서 명령어가 다수 변경되었다.

tensorflow.random_set_seed(0) 대신 tensorflow.random.set_seed(0) 로 바꾸어 사용하자.

반응형