ap229997 / Neural-Toolbox-PyTorch

PyTorch implementation of standalone neural modules - CBN, Attention, Glimpse, Modulated ResNet (MODERN), FiLM Layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural-Toolbox-PyTorch

PyTorch implementation of standalone modules - CBN, Attention, Glimpse, Modulated ResNet (MODERN), FiLM Layer

Tensorflow implementation provided by GuessWhatGame.

Setup

Follow instructions outlined on PyTorch Homepage for installing PyTorch (Python2).

References

Glimpse : Hadamard Product for Low-Rank Bilinear Pooling ICLR 2017
CBN and MODERN : Modulating Early Visual Processing by Language NIPS 2017
FiLM : FiLM: Visual Reasoning with a General Conditioning Layer AAAI 2018

About

PyTorch implementation of standalone neural modules - CBN, Attention, Glimpse, Modulated ResNet (MODERN), FiLM Layer

License:Apache License 2.0


Languages

Language:Python 100.0%