Skip to content

Commit

Permalink
More latent dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Feb 7, 2019
1 parent 67e3257 commit 0b10a30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/multilatent.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh

for NL in 8 10 16 32 64 100 128
NL="8 16 32 64 128 10 20 30 40 50 60 70 80 90 100"

for K in $NL
do
make clean
make -j BPMF_NUMLATENT=$NL
mv bpmf bpmf-$NL
make -j BPMF_NUMLATENT=$K
mv bpmf bpmf-$K
done

0 comments on commit 0b10a30

Please sign in to comment.