Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Move all the imports to global settings - GenSen notebook #108

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions scenarios/sentence_similarity/gensen_aml_deep_dive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 1,
"metadata": {
"scrolled": true
},
Expand Down Expand Up @@ -887,8 +887,6 @@
}
],
"source": [
"import shutil\n",
"\n",
"gensen_folder = os.path.join(project_folder,'utils_nlp/gensen/')\n",
"shutil.copy('gensen_train.py', gensen_folder)\n",
"shutil.copy('gensen_config.json', gensen_folder)"
Expand Down Expand Up @@ -1030,7 +1028,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down