Skip to content

Commit

Permalink
Fixed more gmacario typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alv67 committed Jan 22, 2024
1 parent cb9ccb6 commit b6b31ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/howto/howto-prepare-rpi4b-for-arneis.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Turn on the power supply and wait for Raspberry Pi OS to boot.
>
> Welcome to the Raspberry Pi Desktop!
>
> Before you start usin it, there are a few things to set up.
> Before you start using it, there are a few things to set up.
>
> Press 'Next' to get started.
>
Expand Down Expand Up @@ -113,7 +113,7 @@ Fill in the form as shown above, then click "Next"
>
> * [x] Hide characters
>
> Press 'Next' to activate your new passowrd.
> Press 'Next' to activate your new passoword.
>
> [Back](https://github.com/) | [Next](https://github.com/)
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/howto-train-deploy-NN.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ with open(pipeline_fname, 'w') as f:

f.write(s)
```
The error says something like *'fine_tune_checkpoint: ".*?"'* is not a variable, so instead of processing that with regex, it search for a variable with that name.
The error says something like *'fine_tune_checkpoint: ".*?"'* is not a variable, so instead of processing that with regular expression, it search for a variable with that name.
Which I don't know how to fix yet, aside from changing VM or PC...

I didn't use the part of code with Tensorboard. I didn't care to try it.
Expand Down

0 comments on commit b6b31ed

Please sign in to comment.