Predict the latency time of the deep learning models

Step 1. Genernate random parameters and Run them sequentially : $ python3 collect_data.py -gp -ep -pp -pl pooling -num 10 -shuffle -d 1080ti

Step 2. Data Timeline parser : $ python3 preprocess_data.py -pt -pl pooling -d 1080ti

Step 3. Combine all raw data : $ python3 preprocess_data.py -c -pl pooling -d 1080ti

Step 4. Split raw data to train and test data as performance prediction inputs $ python3 preprocess_data.py -sp -pl pooling -d 1080ti

Step 5. Train Model :