Skip to content

Commit

Permalink
Update deep_learning.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 22, 2024
1 parent 2f28461 commit 44d3259
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions templates/deep_learning/deep_learning.html
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ <h5>Model choice</h5>
for="{{ form1.dpcla_mobilenet_v2.id_for_label }}">
MobileNet V2
<a href="{% static 'pdf/1801.04381.pdf' %}"
target="_blank"
rel="noopener">
target="_blank"
rel="noopener">
<svg class="bi"
width="16"
height="16"
Expand Down Expand Up @@ -810,8 +810,8 @@ <h5>Model choice</h5>
for="{{ form1.dpcla_densenet_169.id_for_label }}">
DenseNet 169
<a href="{% static 'pdf/1608.06993.pdf' %}"
target="_blank"
rel="noopener">
target="_blank"
rel="noopener">
<svg class="bi"
width="16"
height="16"
Expand Down Expand Up @@ -910,8 +910,8 @@ <h5>Model choice</h5>
for="{{ form1.dpcla_efficientnet_b0.id_for_label }}">
EfficientNet B0
<a href="{% static 'pdf/1905.11946.pdf' %}"
target="_blank"
rel="noopener">
target="_blank"
rel="noopener">
<svg class="bi"
width="16"
height="16"
Expand Down Expand Up @@ -1060,8 +1060,8 @@ <h5>Model choice</h5>
for="{{ form1.dpcla_fficientnet_b3.id_for_label }}">
EfficientNet B3
<a href="{% static 'pdf/1905.11946.pdf' %}"
target="_blank"
rel="noopener">
target="_blank"
rel="noopener">
<svg class="bi"
width="16"
height="16"
Expand Down Expand Up @@ -1809,8 +1809,8 @@ <h5>Model choice</h5>
for="{{ form1.dpcla_regnet_y_120.id_for_label }}">
RegNetY 120
<a href="{% static 'pdf/2003.13678.pdf' %}"
target="_blank"
rel="noopener">
target="_blank"
rel="noopener">
<svg class="bi" width="16" height="16" role="img" aria-label="RegNetY 120">
<use href="#pdf"></use>
</svg>
Expand All @@ -1820,7 +1820,7 @@ <h5>Model choice</h5>
</div>
<div class="col-md-3 col-sm-6">
<div class="form-check form-switch">
<input class="form-check-input"
<inputclass="form-check-input"
name="{{ form1.dpcla_regnet_x_160.html_name }}"
type="checkbox"
role="switch"
Expand Down

0 comments on commit 44d3259

Please sign in to comment.