"머신러닝 연습장"의 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
Kim135797531 (토론 | 기여) (새 문서: * numpy 지수표기 끄기 ** np.set_printoptions(suppress=True)) |
Kim135797531 (토론 | 기여) |
||
1번째 줄: | 1번째 줄: | ||
* Intel MKL로 설치하기 | |||
** conda env create -n disentangle_tf intelpython3_core python=3.6 -c intel | |||
* numpy 지수표기 끄기 | * numpy 지수표기 끄기 | ||
** np.set_printoptions(suppress=True) | ** np.set_printoptions(suppress=True) |
2019년 12월 14일 (토) 13:57 판
- Intel MKL로 설치하기
- conda env create -n disentangle_tf intelpython3_core python=3.6 -c intel
- numpy 지수표기 끄기
- np.set_printoptions(suppress=True)