Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
fixed field name
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Schulze committed May 17, 2016
1 parent f37160e commit 1680e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/views/experiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ <h3 id="${ model._id }" class="panel-title">${ model.name }</h3>
${ model.description }
</p>

<div v-if="${ model.hyperparameters }">
<div v-if="${ model.hyperparameter }">
<h4>Hyperparameters</h4>
<code>
${ model.hyperparameters }
${ model.hyperparameter }
</code>
</div>
</div>
Expand Down

0 comments on commit 1680e24

Please sign in to comment.