Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tensorpro/FractalNet

Implementation of FractalNet.
https://github.com/tensorpro/FractalNet

Last synced: 8 days ago
JSON representation

Implementation of FractalNet.

Awesome Lists containing this project

README

        

# FractalNet
Implementation of FractalNet (https://arxiv.org/pdf/1605.07648v1.pdf) in TensorFlow.

Fractal blocks have components with separated columns, as well as the fractal layout.
For rounds of training with global drop path, the separated layout is used.
In all other cases, the fractal layout is used.

#Fractal
![Fractal Visualization](imgs/Fractal.png)

#Separated
![Separated Visualization](imgs/Seperated.png)

#Entire Block
![Block Visualization](imgs/FractalBlock.png)