Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Park, Se
NLP_CW
Commits
4cf5df40
Commit
4cf5df40
authored
Feb 23, 2020
by
Wang, Andy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GRU_REG_EMB.ipynb
parent
6adfc346
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GRU_REG_EMB.ipynb
GRU_REG_EMB.ipynb
+1
-1
No files found.
GRU_REG_EMB.ipynb
View file @
4cf5df40
...
...
@@ -66,7 +66,7 @@
"source": [
"# Load the data\n",
"import os\n",
"os.chdir(\"/content/drive/My Drive/Colab Notebooks/NLP/coursework\")\n",
"
#
os.chdir(\"/content/drive/My Drive/Colab Notebooks/NLP/coursework\")\n",
"import pickle\n",
"with open(\"en_indices.pk\", \"rb\") as f:\n",
" en_sentences_vectors = pickle.load(f)\n",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment