Skip to content

Commit

Permalink
improved distributed file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
stiebels committed Feb 5, 2024
1 parent 2547739 commit 7b2aea1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 61 deletions.
8 changes: 4 additions & 4 deletions computer_vision/cifar10_pytorch/CIFAR10-PyTorch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"metadata": {},
"outputs": [],
"source": [
"!cat -n distributed.yaml"
"!cat -n distributed_training.yaml"
]
},
{
Expand All @@ -221,7 +221,7 @@
"metadata": {},
"outputs": [],
"source": [
"!det -m {determined_master} experiment create distributed.yaml ."
"!det -m {determined_master} experiment create distributed_training.yaml ."
]
},
{
Expand Down Expand Up @@ -251,7 +251,7 @@
"metadata": {},
"outputs": [],
"source": [
"!cat -n distributed_inference_example.yaml"
"!cat -n distributed_inference.yaml"
]
},
{
Expand All @@ -267,7 +267,7 @@
"metadata": {},
"outputs": [],
"source": [
"!det -m {determined_master} experiment create distributed_inference_example.yaml ."
"!det -m {determined_master} experiment create distributed_inference.yaml ."
]
}
],
Expand Down
20 changes: 0 additions & 20 deletions computer_vision/cifar10_pytorch/distributed.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions computer_vision/cifar10_pytorch/distributed_inference_example.yaml

This file was deleted.

0 comments on commit 7b2aea1

Please sign in to comment.