Skip to content

Commit

Permalink
remove tensorflow_code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwolf committed Nov 5, 2018
1 parent 7875b1a commit 711d3f9
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 5,083 deletions.
2 changes: 1 addition & 1 deletion Comparing TF and PT models SQuAD predictions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Comparing TensorFlow (original) and PyTorch model on the SQuAD task\n",
"\n",
"You can use this small notebook to check the loss computation from the TensorFlow model to the PyTorch model. In the following, we compare the total loss computed by the models starting for identical initializations (position prediction linear layers with weights at 1 and bias at 0).\n",
"You can use this small notebook to check the loss computation from the TensorFlow model to the PyTorch model. In the following, we compare the total loss computed by the models starting from identical initializations (position prediction linear layers with weights at 1 and bias at 0).\n",
"\n",
"To run this notebook, follow these instructions:\n",
"- make sure that your Python environment has both TensorFlow and PyTorch installed,\n",
Expand Down
Loading

0 comments on commit 711d3f9

Please sign in to comment.