... | ... |
@@ -176,7 +176,7 @@ def _info_html(runner): |
176 | 176 |
with suppress(Exception): |
177 | 177 |
info.append(('latest loss', f'{runner.learner._cache["loss"]:.3f}')) |
178 | 178 |
|
179 |
- template = '<dt>{}</dt><dd>{}</dd>' |
|
179 |
+ template = '<dt class="ignore-css">{}</dt><dd>{}</dd>' |
|
180 | 180 |
table = '\n'.join(template.format(k, v) for k, v in info) |
181 | 181 |
|
182 | 182 |
return f''' |