feat: closes #40
This commit is contained in:
@@ -434,19 +434,36 @@
|
||||
{{/* TODO improve this */}}
|
||||
Training the model...<br/>
|
||||
{{/* TODO Add progress status on definitions */}}
|
||||
{{ range .Defs}}
|
||||
<div>
|
||||
<div>
|
||||
{{.Status}}
|
||||
</div>
|
||||
<div>
|
||||
{{.EpochProgress}}
|
||||
</div>
|
||||
<div>
|
||||
{{.Accuracy}}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Status
|
||||
</th>
|
||||
<th>
|
||||
EpochProgress
|
||||
</th>
|
||||
<th>
|
||||
Accuracy
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ range .Defs}}
|
||||
<tr>
|
||||
<td>
|
||||
{{.Status}}
|
||||
</td>
|
||||
<td>
|
||||
{{.EpochProgress}}
|
||||
</td>
|
||||
<td>
|
||||
{{.Accuracy}}
|
||||
</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
{{/* TODO Add ability to stop training */}}
|
||||
</div>
|
||||
{{/* Model Ready */}}
|
||||
|
||||
Reference in New Issue
Block a user