Skip to content

Commit bd16ece

Browse files
committed
README.md: fix link
1 parent c981d6a commit bd16ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ pipenv shell # to activate the environment
6969

7070

7171
## Training and Code Generation
72-
The sample project should already include the generated model code and is ready to be compiled, however if you want to generate the input model directly check out [mnist_conv.ipynb](https://github.com/uTensor/utensor-helloworld/blob/re-arch-rc1/mnist_conv.ipynb) which contains the instructions for training this convolutional neural network. It can be easily modified to suit your need.
72+
The sample project should already include the generated model code and is ready to be compiled, however if you want to generate the input model directly check out [mnist_conv.ipynb](mnist_conv.ipynb) which contains the instructions for training this convolutional neural network. It can be easily modified to suit your need.
7373

7474
You will need Jupyter-notebook and utensor-cli to be installed under the same Python virtual environment to run the code, from the project root:
7575
```bash

0 commit comments

Comments
 (0)