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
const bool reynolds_adaptation=false,
const double relevance_factor=4,
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
......
......@@ -6,40 +6,34 @@
parts = scripts
eggs = bob.learn.em
extensions = bob.buildout
; mr.developer
mr.developer
;auto-checkout = *
develop = .
;src/bob.extension
; src/bob.blitz
; src/bob.core
; src/bob.io.base
; src/bob.sp
; src/bob.math
; src/bob.learn.activation
; src/bob.learn.linear
; src/bob.buildout
; .
auto-checkout = *
develop = src/bob.extension
src/bob.blitz
src/bob.core
src/bob.io.base
src/bob.sp
src/bob.math
src/bob.learn.activation
src/bob.learn.linear
.
; options for bob.buildout extension
debug = true
verbose = true
newest = false
prefer-final = false
[environ]
BOB_BUILD_PARALLEL = 4
;[sources]
;bob.buildout = git https://github.com/bioidiap/bob.buildout
;bob.extension = git https://github.com/bioidiap/bob.extension
;bob.blitz = git https://github.com/bioidiap/bob.blitz
;bob.core = git https://github.com/bioidiap/bob.core
;bob.io.base = git https://github.com/bioidiap/bob.io.base
;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
[sources]
bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core = git https://github.com/bioidiap/bob.core
bob.io.base = git https://github.com/bioidiap/bob.io.base
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]
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