Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ayground into object-detection-train
  • Loading branch information
Dashrekker committed Jun 28, 2023
2 parents 7ec4160 + c6c0b19 commit b0ac633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/wiki.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Wiki = () => {
<Image
src={dropout_dg}
alt="Dropout diagram"
style={{ maxHeight: 200, marginInline: "auto" }}
style={{ maxHeight: 200, maxWidth: 400, marginInline: "auto" }}
/>

<h5>Documentation</h5>
Expand Down Expand Up @@ -312,7 +312,7 @@ const Wiki = () => {
<Image
src={sigmoid_eq}
alt="Sigmoid plot"
style={{ maxHeight: 300, marginInline: "auto" }}
style={{ maxHeight: 300, maxWidth: 500, marginInline: "auto" }}
/>

<h5>Documentation</h5>
Expand Down Expand Up @@ -361,7 +361,7 @@ const Wiki = () => {
<Image
src={softmax_eq}
alt="Softmax equation"
style={{ maxHeight: 200, marginInline: "auto" }}
style={{ maxHeight: 200, maxWidth: 500, marginInline: "auto" }}
/>

<p>
Expand Down

0 comments on commit b0ac633

Please sign in to comment.