Skip to content

kostyaev/ICNR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkerboard artifact free sub pixel convolution initialization

Tensorflow implementation of ICNR initialization used in https://arxiv.org/pdf/1707.02937.pdf

screenshot

Updated for TF v2.4.

Usage example:

Wrap up your initialization with ICRN and you are ready to go:

layers.Conv2DTranspose(..., strides=scale, kernel_initializer=ICNR(GlorotUniform(), scale))

About

Convolution NN resize initialization for subpixel convolutions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published