8000 Merge pull request #23 from ksseono/master · NLP-kr/tensorflow-ml-nlp@f1fad50 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1fad50

Browse files
authored
Merge pull request #23 from ksseono/master
a.ravel() 결과 수정
2 parents 585e211 + b1f1445 commit f1fad50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2.NLP_PREP/2.4.1.numpy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
" [9,10,11,12]])\n",
245245
"\n",
246246
"print(a.ravel()) # 1차원 배열(벡터)로 만들어준다.\n",
247-
"# array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11])\n",
247+
"# array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12])\n",
248248
"\n",
249249
"print(a.reshape(2, 6))\n",
250250
"# array([[ 1, 2, 3, 4, 5, 6],\n",

0 commit comments

Comments
 (0)
0