Hi Dev Team, On the [wiki page](https://www.synapse.org/#!Synapse:syn4224222/wiki/401759), it both said: "The entry point to the preprocessing code is the shell script /preprocess.sh." "The entry point to the preprocessing code is the shell script /train.sh." I am wondering which shell script file is the real entry point of the preprocessing code. Also, my understanding from the execution workflow is that the program will execute built Docker image in follow order (assume we need preprocessin, the preprocessing is not cached, and we participate in both competition): 1. /preprocess.sh 2. /train.sh 3. /sc1_infer.sh 4. /sc2_infer.sh Could you please correct me if any of my understanding is wrong :) Thanks so much!

Created by Yiqiu Shen ashen
Thank you very much!
> "The entry point to the preprocessing code is the shell script /preprocess.sh." This is correct. > "The entry point to the preprocessing code is the shell script /train.sh." This is a typo. The sentence is in the section "Training submission" and should be "The entry point to the _training_ code is the shell script /train.sh.". The wiki will be update soon. > Also, my understanding from the execution workflow is that the program will execute built Docker image in follow order (assume we need preprocessin, the preprocessing is not cached, and we participate in both competition). Please have a look at the following examples: - https://github.com/tschaffter/dm-docker/tree/master/dm-preprocess-caffe - https://github.com/tschaffter/dm-docker/tree/master/dm-train-caffe Hope this helps! Thomas

Entry Point for Preproecssing and Training page is loading…