Error in speaker verification experiments

50 views
Skip to first unread message

s...@oben.com

unread,
Jun 23, 2016, 10:02:12 PM6/23/16
to bob-devel

Hello,

I am running the baseline speaker verification experiments with voxforge in the link;
https://pythonhosted.org/bob.bio.spear/baselines.html


I was able to run the first baseline experiment which was
$ bin/verify.py -d voxforge -p energy-2gauss -e mfcc-60 -a gmm-voxforge -s ubm_gmm --groups {dev,eval}


However, the others failed with the following error message.


$ bin/verify.py -d voxforge -p energy-2gauss -e mfcc-60 -a ivec-plda-voxforge -s ivec-plda --groups {dev,eval} -g grid


bob.bio.base@2016-06-23 21:09:38,763 -- ERROR: During the execution, an exception was raised: [Errno 2] No such file or directory

Traceback (most recent call last):

File "bin/verify.py", line 34, in 

sys.exit(bob.bio.base.script.verify.main())

File "/home/soo/work/eggs/bob.bio.base-2.0.9-py2.7.egg/bob/bio/base/script/verify.py", line 446, in main

verify(args, command_line_parameters)

File "/home/soo/work/eggs/bob.bio.base-2.0.9-py2.7.egg/bob/bio/base/script/verify.py", line 399, in verify

retval = add_jobs(args, submitter)

File "/home/soo/work/eggs/bob.bio.base-2.0.9-py2.7.egg/bob/bio/base/script/verify.py", line 57, in add_jobs

*args.grid.preprocessing_queue)
File "/home/soo/work/eggs/bob.bio.base-2.0.9-py2.7.egg/bob/bio/base/tools/grid.py", line 111, in submit
*

File "/home/soo/work/eggs/bob.bio.base-2.0.9-py2.7.egg/bob/bio/base/tools/grid.py", line 111, in submit

*kwargs

File "/home/soo/work/eggs/gridtk-1.3.0-py2.7.egg/gridtk/sge.py", line 98, in submit

job_id = self.submit_to_grid(job, name, array, dependencies, log_dir, verbosity, *kwargs)
File "/home/soo/work/eggs/gridtk-1.3.0-py2.7.egg/gridtk/sge.py", line 64, in _submit_to_grid
grid_id = qsub(command, context=self.context, name=name, deps=deps, array=q_array, stdout=log_dir, stderr=log_dir, *
kwargs)
File "/home/soo/work/eggs/gridtk-1.3.0-py2.7.egg/gridtk/tools.py", line 255, in qsub
jobid = str

File "/home/soo/work/eggs/gridtk-1.3.0-py2.7.egg/gridtk/sge.py", line 64, in _submit_to_grid

grid_id = qsub(command, context=self.context, name=name, deps=deps, array=q_array, stdout=log_dir, stderr=log_dir, *kwargs)

File "/home/soo/work/eggs/gridtk-1.3.0-py2.7.egg/gridtk/tools.py", line 255, in qsub

jobid = str(sexec(context, scmd))

File "/home/soo/work/eggs/gridtk-1.3.0-py2.7.egg/gridtk/setshell.py", line 104, in sexec

stderr=subprocess.STDOUT, env=E)

File "/usr/lib/python2.7/subprocess.py", line 710, in init

errread, errwrite)

File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child

raise child_exception

OSError: [Errno 2] No such file or directory


Thank you for reading!


Best regards,

Soo.


Tiago Freitas Pereira

unread,
Jun 24, 2016, 3:13:56 AM6/24/16
to bob-...@googlegroups.com
Hi Soo,


Try to remove the argument `-g grid` in your command line.
The command as it is, tries to submit a job in the IDIAP cluster

The command below may work

$ bin/verify.py -d voxforge -p energy-2gauss -e mfcc-60 -a ivec-plda-voxforge -s ivec-plda --groups {dev,eval}

--
-- You received this message because you are subscribed to the Google Groups bob-devel group. To post to this group, send email to bob-...@googlegroups.com. To unsubscribe from this group, send email to bob-devel+...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/bob-devel or directly the project website at http://idiap.github.com/bob/
---
You received this message because you are subscribed to the Google Groups "bob-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bob-devel+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Tiago
Reply all
Reply to author
Forward
0 new messages