mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Mention small discrepancy due to Dropout non-reproducibility in PyTorch (#519)
* Mention small discrepancy due to Dropout non-reproducibility in PyTorch * bump pytorch version
This commit is contained in:
committed by
GitHub
parent
bd8f7522cb
commit
68e2efe1c9
@@ -317,6 +317,7 @@
|
||||
"```\n",
|
||||
"\n",
|
||||
"- Since these are just random numbers, this is not a reason for concern, and you can proceed with the remainder of the chapter without issues\n",
|
||||
"- One possible reason for this discrepancy is the differing behavior of `nn.Dropout` across operating systems, depending on how PyTorch was compiled, as discussed [here on the PyTorch issue tracker](https://github.com/pytorch/pytorch/issues/121595)\n",
|
||||
"\n",
|
||||
"---"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user