Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 964 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 964 Bytes

Arguments available

  • --upath: Use saved data. If this flag is present, the script will use saved data.
  • --dl: Download data. If this flag is present, the script will download data.
  • --lstm_info: Run LSTM info function. If this flag is present, the script will run the LSTM info function.
  • --lstm_train: Run LSTM training function. If this flag is present, the script will run the LSTM training function.
  • --rnn_train: Run RNN training function. If this flag is present, the script will run the RNN training function.
  • --rnn_info: Run RNN info function. If this flag is present, the script will run the RNN info function.
  • --lstm_load: Load LSTM model. If this flag is present, the script will load the LSTM model.
  • --use_trustee: Use trustee. If this flag is present, the script will use the trustee.

Example usage:

python3 main.py [--upath --dl --lstm_info --lstm_train --rnn_train --rnn_info --lstm_load --use_trustee]