Skip to content
Snippets Groups Projects
Commit 6592c97b authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Fixed small bug

parent 19822e24
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -8,7 +8,7 @@ import shutil ...@@ -8,7 +8,7 @@ import shutil
from bob.bio.base.tools.FileSelector import FileSelector from bob.bio.base.tools.FileSelector import FileSelector
from bob.bio.base import utils, tools from bob.bio.base import utils, tools
from . import check_allow_missing_files from bob.bio.gmm.tools import check_allow_missing_files
def ivector_estep(algorithm, iteration, indices, force=False, allow_missing_files = False): def ivector_estep(algorithm, iteration, indices, force=False, allow_missing_files = False):
"""Performs a single E-step of the IVector algorithm (parallel)""" """Performs a single E-step of the IVector algorithm (parallel)"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment