isabelline / multimodal_keras_wrapper

Wrapper for Keras with support to easy data loading and handling and the creation of staged networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multimodal Keras Wrapper

Wrapper for Keras with support to easy multimodal data and models loading and handling.

Build Status

Documentation

You can access the library documentation page at marcbs.github.io/multimodal_keras_wrapper/

Some code examples are available in demo.ipynb and test.py. Additionally, in the section Projects you can see some practical examples of projects using this library.

Dependencies

The following dependencies are required for using this library:

  • Keras - custom fork or original version
  • Coco-caption evaluation package (Only required to perform evaluation). This package requires java (version 1.8.0 or newer).
  • Those specified in the requirements.txt file.
  • The cupy package can be used for performing numpy-like operations in the GPU. If not available, the package will fall back to numpy.

Only when using NMS for certain localization utilities:

Installation

In order to install the library you just have to follow these steps:

  1. Clone this repository.

  2. Include the repository path into your PYTHONPATH:

export PYTHONPATH=$PYTHONPATH:/path/to/multimodal_keras_wrapper
  1. Install the dependencies (it will install our custom Keras fork):
pip install -r requirements.txt

Projects

You can see more practical examples in projects which use this library:

TMA for Egocentric Video Captioning based on Temporally-linked Sequences.

NMT-Keras: Neural Machine Translation.

VIBIKNet for Visual Question Answering

ABiViRNet for Video Description

Sentence-SelectioNN for Domain Adaptation in SMT

Keras

For additional information on the Deep Learning library, visit the official web page www.keras.io or the GitHub repository https://github.com/keras-team/keras.

You can also use our custom Keras version, which provides several additional layers for Multimodal Learning.

About

Wrapper for Keras with support to easy data loading and handling and the creation of staged networks.

License:MIT License


Languages

Language:Jupyter Notebook 71.6%Language:Python 27.9%Language:Makefile 0.3%Language:Cuda 0.2%Language:HTML 0.0%Language:Shell 0.0%Language:C++ 0.0%