Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
petrohi committed Apr 6, 2022
1 parent a0a2ff5 commit 7ca46c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/Tutorials/resnet20-pynqz1.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Now, copy the `.tmodel`, `.tprog` and `.tdata` artifacts produced by the compile
scp resnet20v2_cifar_onnx_pynqz1.t* xilinx@192.168.2.99:
```

The last thing meeded to run our ResNet model is the CIFAR dataset. You can get it from [Kaggle](https://www.kaggle.com/janzenliu/cifar-10-batches-py) or run the commands below (since we only need the test batch, we remove the training batches to reduce the file size). Put these files in `/home/xilinx/cifar-10-batches-py/` on your development board.
The last thing needed to run our ResNet model is the CIFAR dataset. You can get it from [Kaggle](https://www.kaggle.com/janzenliu/cifar-10-batches-py) or run the commands below (since we only need the test batch, we remove the training batches to reduce the file size). Put these files in `/home/xilinx/cifar-10-batches-py/` on your development board.

```bash
wget http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/Tutorials/resnet20-ultra96v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Now, copy the `.tmodel`, `.tprog` and `.tdata` artifacts produced by the compile
scp resnet20v2_cifar_onnx_ultra96v2.t* xilinx@192.168.3.1:
```

The last thing meeded to run our ResNet model is the CIFAR dataset. You can get it from [Kaggle](https://www.kaggle.com/janzenliu/cifar-10-batches-py) or run the commands below (since we only need the test batch, we remove the training batches to reduce the file size). Put these files in `/home/xilinx/cifar-10-batches-py/` on your development board.
The last thing needed to run our ResNet model is the CIFAR dataset. You can get it from [Kaggle](https://www.kaggle.com/janzenliu/cifar-10-batches-py) or run the commands below (since we only need the test batch, we remove the training batches to reduce the file size). Put these files in `/home/xilinx/cifar-10-batches-py/` on your development board.

```bash
wget http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz
Expand Down

0 comments on commit 7ca46c6

Please sign in to comment.