We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ae782 commit 1b231bcCopy full SHA for 1b231bc
README.md
@@ -51,7 +51,7 @@ image_np = np.array(input_image)
51
image_GrayScale = image_np[:, :, 0] * 0.299 + image_np[:, :, 1] * 0.587 + image_np[:, :, 2] * 0.114
52
```
53
54
-Setting Hyperparameters and applying **Pad frame** for input image.
+Setting **Hyperparameters** and applying **Pad frame** for input image.
55
<br/>Consider following part of the code:
56
57
```py
0 commit comments