Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017103967
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김성주
2021-06-14 18:43:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ff57219e3183e422bafee48bc5dc60f4df9f0ac
2ff57219
1 parent
04c099a9
fixed readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ReadMe.md
ReadMe.md
View file @
2ff5721
...
...
@@ -81,7 +81,7 @@ vocab_size = len(words) + 1
embedding_matrix = np.zeros((vocab_size, 384))
for i in range(len(words)):
word
-
words
[
i
]
word
=
words
[
i
]
if word in model:
embedding_matrix
[
i
]
= model
[
word
]
...
...
Please
register
or
login
to post a comment