Skip to content

Commit 6517b99

Browse files
miwojcmwojc
andauthored
Moved cifar10-distributed.py file to intermediate folder (#64)
Co-authored-by: mwojc <[email protected]>
1 parent b53e563 commit 6517b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/intermediate/01-cifar10-distributed.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@
10691069
"id": "YJuv6mqHzpVJ"
10701070
},
10711071
"source": [
1072-
"**Note:** It is recommended to run distributed code as scripts for ease of use, however we can also spawn processes in a Jupyter notebook (see end of tutorial). The complete code as a script can be found [here](https://github.com/pytorch-ignite/examples/blob/main/tutorials/cifar10-distributed.py). Choose one of the suggested ways below to run the script."
1072+
"**Note:** It is recommended to run distributed code as scripts for ease of use, however we can also spawn processes in a Jupyter notebook (see end of tutorial). The complete code as a script can be found [here](https://github.com/pytorch-ignite/examples/blob/main/tutorials/intermediate/cifar10-distributed.py). Choose one of the suggested ways below to run the script."
10731073
]
10741074
},
10751075
{
@@ -1513,7 +1513,7 @@
15131513
"source": [
15141514
"## Important Links\n",
15151515
"\n",
1516-
"1. Complete code can be found [here](https://github.com/pytorch-ignite/examples/blob/main/tutorials/cifar10-distributed.py).\n",
1516+
"1. Complete code can be found [here](https://github.com/pytorch-ignite/examples/blob/main/tutorials/intermediate/cifar10-distributed.py).\n",
15171517
"2. Example of the logs of a ClearML experiment run on this code:\n",
15181518
" - [With torch.distributed.launch](https://app.community.clear.ml/projects/14efa0ee4c114401bd06b7748314b465/experiments/83ebffd99a3f47f49dff1075252e3371/output/execution) \n",
15191519
" - [With default internal spawning](https://app.community.clear.ml/projects/14efa0ee4c114401bd06b7748314b465/experiments/c2b82ec98e8445f29044c94f7efc8215/output/execution)\n",

0 commit comments

Comments
 (0)