Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
cvml_projects
ReCA
Commits
7e6003f4
Commit
7e6003f4
authored
Sep 11, 2016
by
Amelie Royer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating run.sh
parent
5fad88d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
Code/run.sh
Code/run.sh
+2
-9
No files found.
Code/run.sh
View file @
7e6003f4
...
...
@@ -84,15 +84,8 @@ done
# SET CORRECT DATA PATHS
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
if
[
$DATA
=
"fm"
]
;
then
PROFILES
=
10
if
[
$UPROFILE
=
1
]
;
then
PROFILES
=
24
fi
if
[
$UPROFILE
=
2
]
;
then
PROFILES
=
89
fi
ALPHA
=
1.40
printf
-v
BASE
"
$DIR
/Models/Foodmart%d%d%d/foodmart_u%d_k%d_pl%d_a%.2f"
"
$PROFILES
"
"
$HIST
"
"
$PLEVEL
"
"
$PROFILES
"
"
$HIST
"
"
$PLEVEL
"
"
$ALPHA
"
PROFILES
=
$UPROFILE
printf
-v
BASE
"
$DIR
/Models/Foodmart%d%d%d/foodmart_u%d_k%d_pl%d"
"
$PROFILES
"
"
$HIST
"
"
$PLEVEL
"
"
$PROFILES
"
"
$HIST
"
"
$PLEVEL
"
if
[
!
-f
"
$BASE
.items"
]
;
then
echo
"File
$BASE
.items not found"
echo
"exit"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment