Skip to content
Snippets Groups Projects
Select Git revision
  • 05ed6c03a5e7e2f8f58a18cacca24470b464b938
  • master default protected
  • swin_transformer
  • light
  • tfrecord
  • bob_9_datafolder
  • bob8_test
  • no-pad-base
  • test_conda
  • generic_image_extractor
  • 19-dataset-handling
  • drgan
  • v0.2.0
  • v0.1.3b0
  • v0.1.2
  • v0.1.1
  • v0.1.0
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
22 results

COPYING

Blame
  • This project is licensed under the GNU General Public License v3.0 only. Learn more
    buildout.cfg 1.19 KiB
    ; vim: set fileencoding=utf-8 :
    ; Andre Anjos <andre.anjos@idiap.ch>
    ; Mon 16 Apr 08:29:18 2012 CEST
    
    [buildout]
    parts = scripts
    eggs = bob.learn.misc
    extensions = bob.buildout
    ;             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
    ;          .
    
    ; 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
    
    [scripts]
    recipe = bob.buildout:scripts