tensorflow >= 1.0
preprocess the data accroding to the README.md
in data_preparation
folder
-
Run
$ python kth_train.py --data_path=<path-to-data> --save_path=<path-to-folder>
- the
data_path
option is the path to the ptb data folder - the
save_path
option is the folder to store model/summary/checkpoint
- the
For my personal reference
python kth_train.py --data_path=/Users/dgu/Documents/projects/machine_learning/kth_data/sharded_data --save_path=result
python lca_train.py --data_path=/Users/dgu/Documents/projects/machine_learning/lca_data/sharded_data --save_path=result