MNMT icon indicating copy to clipboard operation
MNMT copied to clipboard

Pytorch implementation of Multimodal Neural Machine Translation(MNMT).

Results 2 MNMT issues
Sort by recently updated
recently updated
newest added

``` Loading train dataset from data/m30k.train.1.pt, number of examples: 29000 data_type: text * vocabulary size. source = 8505; target = 9391 Building model... Initializing model parameters. NMTImgDModel( (encoder): RNNEncoder( (embeddings):...

help wanted
Todo

Hi, could you please tell me how using the Image as additional data to initialise the encoder hidden states (Calixto et al., 2017) take place when implemented with the transformer...