Skip to content

gchrupala/reimaginet

Repository files navigation

reimaginet

Visually grounded word and sentence representations

Reimaginet is the new version of Imaginet, which was originally introduced in Chrupała et al 2015.

In this repository we are trying new models and features.

Pre-requisites

Reimaginet relies on Theano and funktional.

Once you have these installed, you can install reimaginet. If you'll be making changes to the code it's best to install in the development mode, so all the changes are used by the Python interpreter. From the directory of the repo run the following command:

> python setup.py develop --user