Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MJ10 committed Dec 11, 2024
1 parent f3725d3 commit 505e0ab
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Off-policy RL for Diffusion Samplers</h1>
<main>
<section class="projects">
<div class="project-card">
<img src="image1.jpg" alt="Project 1 Image">
<!-- <img src="image1.jpg" alt="Project 1 Image"> -->
<div class="project-content">
<h2>Amortizing intractable inference in diffusion models for vision, language, and control</h2>
<p><b>TL;DR:</b> Fine-tune diffusion models with GFlowNet objectives.</p>
Expand All @@ -27,7 +27,7 @@ <h2>Amortizing intractable inference in diffusion models for vision, language, a
</div>
</div>
<div class="project-card">
<img src="image2.jpg" alt="Project 2 Image">
<!-- <img src="image2.jpg" alt="Project 2 Image"> -->
<div class="project-content">
<h2>Improved off-policy training of diffusion samplers</h2>
<p><b>TL;DR:</b> Train diffusion samplers with GFlowNets.</p>
Expand All @@ -36,14 +36,6 @@ <h2>Improved off-policy training of diffusion samplers</h2>
<a href="/sampler.html">Read More &rarr;</a>
</div>
</div>
<div class="project-card">
<img src="image3.jpg" alt="Project 3 Image">
<div class="project-content">
<h2>Project Title 3</h2>
<p>Brief description of the third project goes here. This project explores advanced concepts and applications.</p>
<a href="#">Read More &rarr;</a>
</div>
</div>
<!-- Add more project cards as needed -->
</section>
</main>
Expand Down

0 comments on commit 505e0ab

Please sign in to comment.