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

Commit

Permalink
Merge pull request #108 from microsoft/liqun-fix
Browse files Browse the repository at this point in the history
Move all the imports to global settings - GenSen notebook
  • Loading branch information
saidbleik committed Jun 19, 2019
2 parents 818f2ef + f8a2db0 commit 066fd91
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit 066fd91

Please sign in to comment.