주피터 노트북 상단 또는 파이썬 파일 맨 상단에 다음 코드를 입력한다
import tensorflow as tf
tf.random.set_seed(SEEDNUM)
반응형
'인공지능 > ML, DL' 카테고리의 다른 글
[PyTorch] CrossEntropyLoss가 음의 무한대로 갈 때 (1) | 2023.11.23 |
---|---|
[tensorflow] 텐서플로우 행렬 곱 연산 (성분곱, 내적, 외적) (0) | 2023.06.15 |
[NLP] Sentence-transformer를 활용한 문장 임베딩 (0) | 2023.04.28 |
[ChatGPT] Python ChatGPT API 사용 방법 (한국어 예시) (0) | 2023.04.27 |
[tensorflow] 모델 로드 시 컴파일 warning 해결 (No training configuration found in the save file, so the model was *not* compiled.) (0) | 2022.12.19 |