Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(12) | Call(12) | Derive(0) | Import(0)
src/x/b/xbob.spkrec-1.0.3/xbob/spkrec/tools/IVector.py xbob.spkrec(Download)
# Save the i-vector machine base AND the UBM into the same file self.m_ivector.save(bob.io.HDF5File(enroler_file, "w"))
src/b/o/bob.spear-1.1.2/spear/tools/IVector.py bob.spear(Download)
# Save the i-vector machine base AND the UBM into the same file self.m_ivector.save(bob.io.HDF5File(enroler_file, "w"))
src/x/b/xbob.spkrec-1.0.3/xbob/spkrec/script/para_ubm_spkverif_ivector.py xbob.spkrec(Download)
ivector_trainer.initialize(ivector_machine, data) utils.ensure_dir(os.path.dirname(output_file)) ivector_machine.save(bob.io.HDF5File(output_file, 'w')) utils.info("IVector training: saved initial IVector machine to '%s'" % output_file)
# Save the IVector model utils.ensure_dir(os.path.dirname(new_machine_file)) ivector_machine.save(bob.io.HDF5File(new_machine_file, 'w')) shutil.copy(new_machine_file, self.m_configuration.enroler_file) utils.info("IVector training: Wrote new IVector machine '%s'" % new_machine_file)
src/b/o/bob.spear-1.1.2/spear/script/para_ubm_spkverif_ivector.py bob.spear(Download)
ivector_trainer.initialize(ivector_machine, data) utils.ensure_dir(os.path.dirname(output_file)) ivector_machine.save(bob.io.HDF5File(output_file, 'w')) utils.info("IVector training: saved initial IVector machine to '%s'" % output_file)
# Save the IVector model utils.ensure_dir(os.path.dirname(new_machine_file)) ivector_machine.save(bob.io.HDF5File(new_machine_file, 'w')) shutil.copy(new_machine_file, self.m_configuration.enroler_file) utils.info("IVector training: Wrote new IVector machine '%s'" % new_machine_file)
src/x/b/xbob.thesis.elshafey2014-0.0.1a0/xbob/thesis/elshafey2014/scripts/para_ivector.py xbob.thesis.elshafey2014(Download)
ivector_trainer.initialize(ivector_machine, data) utils.ensure_dir(os.path.dirname(output_file)) ivector_machine.save(bob.io.HDF5File(output_file, 'w')) utils.info("IVector training: saved initial IVector machine to '%s'" % output_file)
# Save the IVector model utils.ensure_dir(os.path.dirname(new_machine_file)) ivector_machine.save(bob.io.HDF5File(new_machine_file, 'w')) shutil.copy(new_machine_file, self.m_tool.m_ivec_filename) utils.info("IVector training: Wrote new IVector machine '%s'" % new_machine_file)
src/f/a/facereclib-1.2.1/facereclib/script/para_ubm_faceverify_ivector.py facereclib(Download)
ivector_trainer.initialize(ivector_machine, data) utils.ensure_dir(os.path.dirname(output_file)) ivector_machine.save(bob.io.HDF5File(output_file, 'w')) utils.info("IVector training: saved initial IVector machine to '%s'" % output_file)
# Save the IVector model utils.ensure_dir(os.path.dirname(new_machine_file)) ivector_machine.save(bob.io.HDF5File(new_machine_file, 'w')) shutil.copy(new_machine_file, self.m_tool.m_ivec_filename) utils.info("IVector training: Wrote new IVector machine '%s'" % new_machine_file)
src/f/a/facereclib-HEAD/facereclib/script/para_ubm_faceverify_ivector.py facereclib(Download)
ivector_trainer.initialize(ivector_machine, data) utils.ensure_dir(os.path.dirname(output_file)) ivector_machine.save(bob.io.HDF5File(output_file, 'w')) utils.info("IVector training: saved initial IVector machine to '%s'" % output_file)
# Save the IVector model utils.ensure_dir(os.path.dirname(new_machine_file)) ivector_machine.save(bob.io.HDF5File(new_machine_file, 'w')) shutil.copy(new_machine_file, self.m_tool.m_ivec_filename) utils.info("IVector training: Wrote new IVector machine '%s'" % new_machine_file)