Skip to content
Snippets Groups Projects
Select Git revision
  • 33f090cb75cd40a7c1479630423e1ee87f5c2865
  • master default protected
  • updates
  • towards_tf2
  • amir
  • tf20
  • predict
  • speed-up
  • newlstm
  • integrate_structures
  • lstm
  • gan
  • oldmaster
  • v3.0.0
  • v2.0.0
  • v1.2.2b0
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
33 results

buildout.cfg

Blame
  • develop.cfg 950 B
    ; vim: set fileencoding=utf-8 :
    ; Manuel Guenther <manuel.guenther@idiap.ch>
    ; Thu Oct  9 16:51:06 CEST 2014
    
    [buildout]
    parts = scripts
    eggs = bob.learn.tensorflow
           bob.db.casia_webface
           bob.db.mobio
           gridtk
    
    extensions = bob.buildout
                 mr.developer
    auto-checkout = *
    develop = src/bob.db.mnist
              src/gridtk
              src/bob.db.casia_webface
              src/bob.db.mobio
              src/bob.db.lfw
              .
    
    ; options for bob.buildout
    debug = false
    verbose = true
    newest = false
    
    
    [sources]
    bob.db.mnist = git git@gitlab.idiap.ch:bob/bob.db.mnist.git
    bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base.git
    bob.db.mobio = git git@gitlab.idiap.ch:bob/bob.db.mobio.git
    bob.db.lfw = git git@gitlab.idiap.ch:bob/bob.db.lfw.git
    bob.db.casia_webface = git git@gitlab.idiap.ch:bob/bob.db.casia_webface.git
    gridtk = git git@gitlab.idiap.ch:bob/gridtk
    
    
    [scripts]
    recipe = bob.buildout:scripts
    dependent-scripts = true