Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Riccardo PELLARIN
recursive-gmconvert
Commits
2b27f061
Commit
2b27f061
authored
Feb 20, 2018
by
samuel hanot
Browse files
update
parent
d9a83091
Changes
1
Hide whitespace changes
Inline
Side-by-side
recursive_gmconvert.sh
View file @
2b27f061
...
@@ -31,7 +31,6 @@ impdir=~/imp-fast/
...
@@ -31,7 +31,6 @@ impdir=~/imp-fast/
gmconvert
=
${
bindir
}
/gmconvert/gmconvert
gmconvert
=
${
bindir
}
/gmconvert/gmconvert
mkdir
-p
converged
mkdir
-p
converged
${
gmconvert
}
-imap
${
map_name
}
-zth
${
threshold
}
-oimap
threshold.map
-ogmm
/dev/null
-ng
0
for
((
i
=
$i0
;
i<
=
N
;
i++
))
for
((
i
=
$i0
;
i<
=
N
;
i++
))
do
do
n
=
$((
n_gaussians
**
i
))
n
=
$((
n_gaussians
**
i
))
...
@@ -41,6 +40,7 @@ do
...
@@ -41,6 +40,7 @@ do
n_jobs
=
1
n_jobs
=
1
if
((
i
==
1
))
if
((
i
==
1
))
then
then
${
gmconvert
}
-imap
${
map_name
}
-zth
${
threshold
}
-oimap
threshold.map
-ogmm
/dev/null
-ng
0
echo
${
profile_cmd
}
${
gmconvert
}
-imap
${
map_name
}
-ogmm
$n
/
${
n
}
_0.gmm
-ng
${
n_gaussians
}
-zth
${
threshold
}
echo
${
profile_cmd
}
${
gmconvert
}
-imap
${
map_name
}
-ogmm
$n
/
${
n
}
_0.gmm
-ng
${
n_gaussians
}
-zth
${
threshold
}
echo
${
gmconvert
}
-igmm
$n
/
${
n
}
_0.gmm
-imap
${
map_name
}
-omap
/dev/null
echo
${
gmconvert
}
-igmm
$n
/
${
n
}
_0.gmm
-imap
${
map_name
}
-omap
/dev/null
else
else
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment