-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a90e9e
commit e2e4785
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# DGflow | ||
Pytorch implementation of DGflow (ICLR 2021). | ||
# Discriminator Gradient flow (DGflow) | ||
|
||
[](https://arxiv.org/abs/2012.00780) | ||
[](https://opensource.org/licenses/MIT) | ||
[](https://openreview.net/forum?id=Zbc-ue9p_rE) | ||
|
||
This repository contains code for reproducing the experiments presented in the ICLR 2021 paper *[Refining Deep Generative Models via Discriminator Gradient Flows](https://openreview.net/forum?id=Zbc-ue9p_rE)*. | ||
|
||
### Code coming soon! |