Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 277 Bytes

Draft implementation of this https://arxiv.org/abs/1511.06939

To run:

  1. cd data, then run python build_dataset.py to build the dataset. It will be saved under data/last-session-out/sessions.hdf.

  2. To run GRU on this dataset run sh run.sh from the main directory.