Skip to content

Commit

Permalink
add dcgan result
Browse files Browse the repository at this point in the history
  • Loading branch information
BeomseoChoi committed Nov 20, 2024
1 parent 8cf214c commit 088ff0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/2024-11-20-GAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,4 @@ class Discriminator(nn.Module):
def forward(self, img):
return self.model(img)
```
{% include figure.liquid path="assets/img/2024-11-20-GAN/dcgan_result.jpg" class="img-fluid rounded z-depth-1" zoomable=true %}
Binary file added assets/img/2024-11-20-GAN/dcgan_result.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 088ff0b

Please sign in to comment.