Skip to content

Flux.jl implementation of (part of) "SinGAN: Learning a Generative Model from a Single Natural Image"

License

Notifications You must be signed in to change notification settings

matsueushi/SinGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SinGAN - Flux.jl implementation

Run

sudo docker build -t matsueushi/juliagpu . 
sudo docker run --name juliagpu --gpus all -it -v $PWD:/tmp -w /tmp matsueushi/juliagpu:latest /bin/bash
sudo docker exec -it juliagpu /bin/bash
julia --project -e "using Pkg; Pkg.activate(); Pkg.instantiate()"
julia --project main.jl

Result

lightning

References

Official

SinGAN: Learning a Generative Model from a Single Natural Image
Supplementary Material
tamarott/SinGAN - Official PyTorch implementation

Resources about SinGAN

FriedRonaldo/SinGAN - Other Pytorch implementation
【SinGAN】たった1枚の画像から多様な画像生成タスクが可能に
SinGANの論文を読んだらテラすごかった

Other

GAN models #47

About

Flux.jl implementation of (part of) "SinGAN: Learning a Generative Model from a Single Natural Image"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published