Skip to content

Commit

Permalink
Changed Fixed Epochs Training amounts, added 500.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed Dec 23, 2023
1 parent e83aa1e commit 51926b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions web/content/control/train.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ <h5 class="py-4">Fixed Epochs:</h5>
autocomplete="off" value="1" checked>
<label class="btn btn-light fs-5" for="epochsRadio1">1</label>
<input type="radio" class="btn-check" name="epochsRadio" id="epochsRadio5"
autocomplete="off" value="5">
<label class="btn btn-light fs-5" for="epochsRadio5">5</label>
<input type="radio" class="btn-check" name="epochsRadio" id="epochsRadio10"
autocomplete="off" value="10">
<label class="btn btn-light fs-5" for="epochsRadio10">10</label>
<input type="radio" class="btn-check" name="epochsRadio" id="epochsRadio50"
<label class="btn btn-light fs-5" for="epochsRadio5">10</label>
<input type="radio" class="btn-check" name="epochsRadio" id="epochsRadio10"
autocomplete="off" value="50">
<label class="btn btn-light fs-5" for="epochsRadio50">50</label>
<input type="radio" class="btn-check" name="epochsRadio" id="epochsRadio100"
<label class="btn btn-light fs-5" for="epochsRadio10">50</label>
<input type="radio" class="btn-check" name="epochsRadio" id="epochsRadio50"
autocomplete="off" value="100">
<label class="btn btn-light fs-5" for="epochsRadio100">100</label>
<label class="btn btn-light fs-5" for="epochsRadio50">100</label>
<input type="radio" class="btn-check" name="epochsRadio" id="epochsRadio100"
autocomplete="off" value="500">
<label class="btn btn-light fs-5" for="epochsRadio100">500</label>
<button type="button" title="start" onclick="trainAndUpdateAfter(getSelectedEpochValue())"
class="btn btn-lg btn-success bi bi-play-fill fs-5"></button>
</div>
Expand Down

0 comments on commit 51926b1

Please sign in to comment.