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

https://github.com/lukaszbinden/spatial-broadcast-decoder

Spatial Broadcast Decoder Tensorflow Implementation
https://github.com/lukaszbinden/spatial-broadcast-decoder

deep-neural-networks representation-learning tensorflow

Last synced: over 1 year ago
JSON representation

Spatial Broadcast Decoder Tensorflow Implementation

Awesome Lists containing this project

README

          

# Spatial Broadcast Decoder
Spatial Broadcast Decoder Implementation using Tensorflow v1.12. This implements only the decoder as proposed in the paper.

See the original paper for specifications:

**Spatial Broadcast Decoder: A Simple Architecture for Learning Disentangled Representations in VAEs**
https://arxiv.org/abs/1901.07017

Note that the convolutional part of the spatial broadcast decoder has a different implementation than in the paper. Just go ahead and adjust the channel numbers for each layer. Kernel and stride are original.