Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/x/b/xbob.paper.BTFS2013-1.0.1/xbob/paper/BTFS2013/unimodal.py xbob.paper.BTFS2013(Download)
else: # fuse scores of the top i systems bob.io.create_directories_save(os.path.dirname(dev_result_file)) logger.info('Training fusion with the %d first algorithms' % (i+1)) # get the positive and negative scores for the first i systems
latex_file = os.path.join(args.latex_directory, 'fusion_%s.tex' % modality) logger.info('Writing LaTeX-compatible result file %s' % latex_file) bob.io.create_directories_save(os.path.dirname(latex_file)) # write LaTeX file write_latex(latex_file, results, modality)
src/x/b/xbob.paper.BTFS2013-1.0.1/xbob/paper/BTFS2013/single.py xbob.paper.BTFS2013(Download)
latex_file = os.path.join(args.latex_directory, 'single_%s.tex' % modality) logger.info('Writing LaTeX-compatible result file %s' % latex_file) bob.io.create_directories_save(os.path.dirname(latex_file)) # write the results write_latex(latex_file, results, modality)
src/x/b/xbob.paper.BTFS2013-1.0.1/xbob/paper/BTFS2013/bimodal.py xbob.paper.BTFS2013(Download)
else: # search for the next system that should bob.io.create_directories_save(os.path.dirname(dev_result_file)) # get the dev scores of the best systems so far if best_systems[protocol]: