add YouTube embed
Browse files- templates/index.html +9 -0
templates/index.html
CHANGED
|
@@ -46,6 +46,15 @@
|
|
| 46 |
<br>
|
| 47 |
<button type="submit" class="btn btn-success" style="margin-top:30px;">Submit</button>
|
| 48 |
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
</div>
|
| 50 |
</center>
|
| 51 |
</div>
|
|
|
|
| 46 |
<br>
|
| 47 |
<button type="submit" class="btn btn-success" style="margin-top:30px;">Submit</button>
|
| 48 |
</form>
|
| 49 |
+
<div style="margin-top:100px;">
|
| 50 |
+
<h2 style="margin:-20px 0 40px 0;">Using LoRA-C and DoRA to fine-tune Detr-Resnet50 on Colab</h2>
|
| 51 |
+
<div>
|
| 52 |
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/CbP9wIbu7IY?si=wD81nUiVRYzMySw6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
| 53 |
+
</div>
|
| 54 |
+
<a href="https://colab.research.google.com/github/Kimang18/DoRA-LoRAC-for-object-detection/blob/main/DoRA-LoRAC_object_detection.ipynb">
|
| 55 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab" /, width=150, height=150/>
|
| 56 |
+
</a>
|
| 57 |
+
</div>
|
| 58 |
</div>
|
| 59 |
</center>
|
| 60 |
</div>
|