This repository was archived by the owner on Jan 5, 2023. It is now read-only.
v1.4.0
- Add different
environment.ymlfiles for easy installation usingconda. You can now
create a ready-to-usecondaenvironment by just callingconda env create -f environment-cuda<VER>.yml. - Make
NumpyDatasetmemory efficient by keepingfloat16arrays as they are
until batch creation time. - Rename
Multi30kRawDatasettoMulti30kDatasetwhich now supports both
raw image files and pre-extracted visual features file stored as.npy. - Add CNN feature extraction script under
scripts/. - Add doubly stochastic attention to
ShowAttendAndTelland multimodal NMT. - New model
MNMTDecinitto initialize decoder with auxiliary features. - New model
AMNMTFeatureswhich is the attentive MMT but with features file
instead of end-to-end feature extraction which was memory hungry.