Skip to content

Commit

Permalink
updated time-conditioned outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdave003 committed Nov 24, 2024
1 parent a7aab5a commit b6445e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,12 +580,12 @@ <h3>2.2 Training the UNet</h3>
<h3>2.3 Sampling from the UNet</h3>
Now I sample from my time-conditioned unet at epoch 5 and 20. Without controlling for class, the results don't neatly look like any number for the most part, but it's a useful proof of concept.
<div class="image-box">
<img src="media\time_condition_epoch_5_1.png">
<img src="media\time_condition_epoch_5_2.png">
<div class="caption"> Epoch 5 (Time Conditioned) </div>

</div>
<div class="image-box">
<img src="media\time_condition_epoch_20_1.png">
<img src="media\time_condition_epoch_20_2.png">
<div class="caption"> Epoch 20 (Time Conditioned) </div>
</div>
</section>
Expand Down
Binary file added 5/media/time_condition_epoch_20_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 5/media/time_condition_epoch_5_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6445e7

Please sign in to comment.