걸작이 아닌 습작에 충실하자.
"numpy" 관련 글
1
Python Numpy 데이터 쓰기/읽기
Code Snippets
2021. 1. 28. 10:49
# 쓰기 with open('array.npy', 'wb') as f: np.save(f, data) # 읽기 with open('array.npy', 'rb') as f: data = np.load(f) 평범하게 쓰고 읽으면 된다.
이전
1
다음
글갈래
분류 전체보기
(228)
Motivation
(21)
Tips
(16)
Interview
(0)
Programming
(114)
Extractions
(9)
Python
(2)
Old
(52)
Elastic Search
(1)
Memo
(14)
Code Snippets
(14)
공지
새글
댓글
즐겨찾기
컴퓨터공학 자료실 ….
_Jbee.
글 보관함
인기글
방문자수
전체 :
오늘 :
어제 :
티스토리툴바