Skip to content
Snippets Groups Projects
Commit bb1716c5 authored by Carl Mai's avatar Carl Mai
Browse files

small parameter tuning

parent ab6f2f8d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ function csv_viewer {
}
alias configure_default="/trainbenchmark/scripts/configure.sh 1 1024 900 10"
alias configure_medium="/trainbenchmark/scripts/configure.sh 8 256 60 5"
alias configure_small="/trainbenchmark/scripts/configure.sh 1 128 20 2"
alias configure_small="/trainbenchmark/scripts/configure.sh 1 32 60 3"
alias doc_motd="bash /trainbenchmark/docs/motd"
alias doc_basic="bash /trainbenchmark/docs/basic"
......
#!/bin/bash
echo -e "\033[1;96mQuick Start"
echo -e "\033[0m* configure_small"
echo -e "* ./gradlew generate # will generate the test-models in default settings takes ~40gb"
echo -e "\\033[1;96mQuick Start"
echo -e "\\033[0m* configure_small"
echo -e "* ./gradlew generate # will generate the test-models"
echo -e "* ./gradlew individualInjectBenchmark"
echo -e "* ./gradlew individualRepairBenchmark"
echo -e ""
echo -e "\033[1;96mReading the Benchmark results"
echo -e "\033[0mResults of individualInjectBenchmark and individualRepairBenchmark are stored inside:"
echo -e "\\033[1;96mReading the Benchmark results"
echo -e "\\033[0mResults of individualInjectBenchmark and individualRepairBenchmark are stored inside:"
echo -e "* XXXX for graphs"
echo -e "* XXXX for csv - use command: csv_viewer data.csv"
echo -e "* results/recent for csv - use command: csv_viewer data.csv"
......@@ -19,7 +19,7 @@ fi
echo -e "\\033[1;96mRemember that this only configures and initializes. Further steps:"
echo -e "\\033[1;91mGenerate:"
echo -e "\\033[0m if not yet done run ./gradlew generate"
echo " maxSize 1024 -> ~40GB of data"
echo " beware maxSize 1024 -> ~40GB of data; 128 -> ~1.5GB"
echo -e "\\033[1;91mBenchmark:"
echo -e "\\033[0m ./gradlew individualInjectBenchmark"
echo " ./gradlew individualRepairBenchmark"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment