diff options
| author | lanchunhui <zch921005@126.com> | 2023-11-14 20:52:31 +0800 |
|---|---|---|
| committer | lanchunhui <zch921005@126.com> | 2023-11-14 20:52:31 +0800 |
| commit | dd1180c6427cd4559daf8efb912a29686370f7b0 (patch) | |
| tree | dfc1939b0c8c6c71718d1e8159dfaf1522ef07a1 | |
| parent | 0efd921b24f2af43f5972ea6909deb2fc069d305 (diff) | |
update: notes
| -rw-r--r-- | learn_torch/grad/05_torch_variables_grad_inplace_operation.ipynb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/learn_torch/grad/05_torch_variables_grad_inplace_operation.ipynb b/learn_torch/grad/05_torch_variables_grad_inplace_operation.ipynb index df32ca8..a6a4559 100644 --- a/learn_torch/grad/05_torch_variables_grad_inplace_operation.ipynb +++ b/learn_torch/grad/05_torch_variables_grad_inplace_operation.ipynb @@ -289,9 +289,11 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "``\n", "x\n", "w1 -> d\n", - " w2 -> f" + " w2 -> f\n", + "```" ] }, { @@ -949,7 +951,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -963,7 +965,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.8" + "version": "3.10.9" }, "toc": { "base_numbering": 1, |
