소품집

[python] XGBosst warning 해결방법, jupyter GPU 잡기 본문

AI

[python] XGBosst warning 해결방법, jupyter GPU 잡기

sodayeong 2022. 9. 25. 23:12
728x90
# GPU  잡기
import tensorflow as tf
tf.__version__

from tensorflow.python.client import device_lib
device_lib.list_local_devices()
tf.test.is_gpu_available()

True로 나오면 GPU 할당 확인 !!

https://webnautes.tistory.com/1672

 

XGBoost Warning 해결 방법

다음 두가지 XGBoost Warning을 해결하는 방법을 다룹니다. 2022. 4. 14 최초작성 WARNING: C:/Users/Administrator/workspace/xgboost-win64_release_1.3.0/src/learner.cc:1061: Starting in XGBoost 1.3.0, the..

webnautes.tistory.com


모델 선언할 때 워밍 메세지 ㅠ 수정 ㅠㅠ
큰일날 뻔 했다. .... ㅠ 하하하하하!!!

728x90
Comments