KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
AniGAN
★ 8
Open GitHub ↗
Simple implementation of AniGAN
Download README (.md)
Explore Similar Repositories
AutoWeb
:
An easy to use Selenium wrapper for page automations.
idris2-hashmap
:
Hash-array map tries in Idris2
vercelly-app
:
React Native app for managing Vercel projects and deployments
autozoombot
:
This is a tool that allows you to automatically attend your classes on time.
esp32_ipod_classic
:
A revitalization using an iPod Video (5th gen) based off of the ESP-32 MCU
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AniGAN
?
Download (.md)
# Unofficial Implementation of AniGAN paper: (https://arxiv.org/pdf/2102.12593.pdf) This code seems to understand the structure & texture information provided by training images, but doesn't produce meaningful results yet. I will keep debugging and posting the results here.  ## Implementation details - [x] AST block - [x] FST blocks - [x] Style encoder - [x] Content encoder - [x] Double branch discriminator - [x] POLIN - [x] AdaPOLIN - [x] adv loss, reconstruction loss, feature matching loss (hook on activations)