Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 455 Bytes

open cmd under the root directory

train

#Command line input:

#argv[0] for the file name, e.g. mytrain.py

#argv[1] for the energyRatio

#argv[2] for the model folder's name

#argv[3] for the name of the data folder

example:

python mytrain.py 0.95 modelData data

test

#Command line input:

#argv[0] for the file name, e.g. mytest.py

#argv[1] for the test folder

#argv[2] for the model file folder

example:

python mytest.py testData modelData