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

Latest commit

 

History

History
11 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 494 Bytes

NeurIPS2023

Data Preprocessing, LSTM Model, and Analysis for something.

TODO:

  1. Unify single passes and training functions if they're the same (seems to be at least in case of LSTM and NFO, I don't see why we can't get a general training function for all models)
  2. Separate dataset and data loader for the CustomSequence (will eff up training code but we'll fix it)
  3. Fix the transformer model (needs proper testing)

This is a continuation of [https://github.com/jhirschm/NeurIPS2023]