Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
trainbenchmark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
trainbenchmark
Commits
bb1716c5
Commit
bb1716c5
authored
6 years ago
by
Carl Mai
Browse files
Options
Downloads
Patches
Plain Diff
small parameter tuning
parent
ab6f2f8d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/bashrc
+1
-1
1 addition, 1 deletion
docker/bashrc
docs/basic
+6
-6
6 additions, 6 deletions
docs/basic
scripts/configure.sh
+1
-1
1 addition, 1 deletion
scripts/configure.sh
with
8 additions
and
8 deletions
docker/bashrc
+
1
−
1
View file @
bb1716c5
...
...
@@ -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 2
0
2
"
alias configure_small="/trainbenchmark/scripts/configure.sh 1
32 6
0
3
"
alias doc_motd="bash /trainbenchmark/docs/motd"
alias doc_basic="bash /trainbenchmark/docs/basic"
...
...
This diff is collapsed.
Click to expand it.
docs/basic
+
6
−
6
View file @
bb1716c5
#!/bin/bash
echo
-e
"
\0
33[1;96mQuick Start"
echo
-e
"
\0
33[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
"
\0
33[1;96mReading the Benchmark results"
echo
-e
"
\0
33[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"
This diff is collapsed.
Click to expand it.
scripts/configure.sh
+
1
−
1
View file @
bb1716c5
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment