Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in semantic-segmentation-and-dataset.md #2624

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ distinguish them from semantic segmentation as follows.

## The Pascal VOC2012 Semantic Segmentation Dataset

[**On of the most important semantic segmentation dataset
[**One of the most important semantic segmentation dataset
is [Pascal VOC2012](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/).**]
In the following,
we will take a look at this dataset.
Expand Down
2 changes: 1 addition & 1 deletion chapter_hyperparameter-optimization/hyperopt-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def bookkeeping(self, config: dict, error: float, runtime: float):

We now use our new implementation of random search to optimize the
*batch size* and *learning rate* of the `LeNet` convolutional neural network
from :numref:`sec_lenet`. We being by defining the objective function, which
from :numref:`sec_lenet`. We begin by defining the objective function, which
will once more be validation error.

```{.python .input n=9}
Expand Down
Loading