-
Data Preparation
download all folders from the following link
store them under root_dir/path_num/, for example hkust4f/path1
run
python preprocess.py
-
Train & Test
files under src are not modified
add scheduler and early stopping in
lstm_train_sigint.py
modify directory names, input and output size
example:
python lstm_train_sigint.py --sequence_length 200 --hidden_sizes 64 32 16 --num_epochs 500 --model_type lstm