git clone https://github.com/ncsuarc/generate_targets.git
cd samples
python3 /PATH_TO/generate_targets/generate.py --number NUM
cd ../test_samples
python3 /PATH_TO/generate_targets/generate.py --number NUM
cd ..
This is one example usage to create a relatively small model. See the help for more information about how to use the parameters for creating models with different structures.
python3 create_model.py -s training -c 36 -f 16 -1 32 -1
python3 train.py
python3 test.py