Skip to content
Snippets Groups Projects
Commit 407efd06 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Publishing

parent bb14d55c
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class MAP_GMMTrainer ...@@ -34,7 +34,7 @@ class MAP_GMMTrainer
const bool reynolds_adaptation=false, const bool reynolds_adaptation=false,
const double relevance_factor=4, const double relevance_factor=4,
const double alpha=0.5, const double alpha=0.5,
boost::shared_ptr<bob::learn::em::GMMMachine> prior_gmm = 0); boost::shared_ptr<bob::learn::em::GMMMachine> prior_gmm = boost::shared_ptr<bob::learn::em::GMMMachine>());
/** /**
* @brief Copy constructor * @brief Copy constructor
......
...@@ -6,40 +6,34 @@ ...@@ -6,40 +6,34 @@
parts = scripts parts = scripts
eggs = bob.learn.em eggs = bob.learn.em
extensions = bob.buildout extensions = bob.buildout
; mr.developer mr.developer
;auto-checkout = * auto-checkout = *
develop = . develop = src/bob.extension
;src/bob.extension src/bob.blitz
; src/bob.blitz src/bob.core
; src/bob.core src/bob.io.base
; src/bob.io.base src/bob.sp
; src/bob.sp src/bob.math
; src/bob.math src/bob.learn.activation
; src/bob.learn.activation src/bob.learn.linear
; src/bob.learn.linear .
; src/bob.buildout
; .
; options for bob.buildout extension ; options for bob.buildout extension
debug = true debug = true
verbose = true verbose = true
newest = false newest = false
prefer-final = false
[environ] [sources]
BOB_BUILD_PARALLEL = 4 bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz = git https://github.com/bioidiap/bob.blitz
;[sources] bob.core = git https://github.com/bioidiap/bob.core
;bob.buildout = git https://github.com/bioidiap/bob.buildout bob.io.base = git https://github.com/bioidiap/bob.io.base
;bob.extension = git https://github.com/bioidiap/bob.extension bob.sp = git https://github.com/bioidiap/bob.sp
;bob.blitz = git https://github.com/bioidiap/bob.blitz bob.math = git https://github.com/bioidiap/bob.math
;bob.core = git https://github.com/bioidiap/bob.core bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
;bob.io.base = git https://github.com/bioidiap/bob.io.base bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
;bob.sp = git https://github.com/bioidiap/bob.sp
;bob.math = git https://github.com/bioidiap/bob.math
;bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
;bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
dependent-scripts = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment