- Notifications
You must be signed in to change notification settings - Fork63
Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"
License
wohlert/generative-query-network-pytorch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Update 2019/06/24: A model trained on 10% of the Shepard-Metzler dataset has been added, the following notebook explains the main features of this model:nbviewer
This is a PyTorch implementation of the Generative Query Network (GQN)described in the DeepMind paper "Neural scene representation andrendering" by Eslami et al. For an introduction to the model and problemdescribed in the paper look at the article byDeepMind.
The current implementation generalises to any of the datasets describedin the paper. However, currently,only the Shepard-Metzler dataset hasbeen implemented. To use this dataset you can use the provided script in
sh scripts/data.sh data-dir batch-sizeThe model can be trained in full by in accordance to the paper by running thefilerun-gqn.py or by using the provided training script
sh scripts/gpu.sh data-dirThe implementation shown in this repository consists of all of therepresentation architectures described in the paper along with thegenerative model that is similar to the one described in"Towards conceptual compression" by Gregor et al.
Additionally, this repository also contains implementations of theDRAWmodel and the ConvolutionalDRAW model both described by Gregor et al.
About
Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
