Skip to content

Commit 1fec09f

Browse files
authored
Merge branch 'master' into flask_tutorial
2 parents 75635f4 + 039209e commit 1fec09f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

advanced_source/torch_script_custom_ops.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,11 @@ Naturally, it is best practice to only use
999999
``torch.utils.cpp_extension.load_inline`` if your source code is reasonably
10001000
short.
10011001
1002+
Note that if you're using this in a Jupyter Notebook, you should not execute
1003+
the cell with the registration multiple times because each execution registers
1004+
a new library and re-registers the custom operator. If you need to re-execute it,
1005+
please restart the Python kernel of your notebook beforehand.
1006+
10021007
Building with Setuptools
10031008
************************
10041009

intermediate_source/torchvision_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TorchVision 0.3 Object Detection Finetuning Tutorial
1+
TorchVision Object Detection Finetuning Tutorial
22
====================================================
33

44
.. tip::

0 commit comments

Comments
 (0)