Skip to content
Snippets Groups Projects
Commit 87843024 authored by Elie KHOURY's avatar Elie KHOURY
Browse files

minor typo corrected

parent ae031342
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ def initialize_parallel_gmm(args, sub_module = None): ...@@ -98,7 +98,7 @@ def initialize_parallel_gmm(args, sub_module = None):
fs.tv_file = os.path.join(args.temp_directory, sub_dir, "tv.hdf5") fs.tv_file = os.path.join(args.temp_directory, sub_dir, "tv.hdf5")
fs.whitener_file = os.path.join(args.temp_directory, sub_dir, "whitener.hdf5") fs.whitener_file = os.path.join(args.temp_directory, sub_dir, "whitener.hdf5")
fs.lda_file = os.path.join(args.temp_directory, sub_dir, "lda.hdf5") fs.lda_file = os.path.join(args.temp_directory, sub_dir, "lda.hdf5")
fs.wccn_file = os.path.join(args.temp_directory, sub_dir, "wccm.hdf5") fs.wccn_file = os.path.join(args.temp_directory, sub_dir, "wccn.hdf5")
fs.plda_file = os.path.join(args.temp_directory, sub_dir, "plda.hdf5") fs.plda_file = os.path.join(args.temp_directory, sub_dir, "plda.hdf5")
fs.directories['projected_ivector'] = os.path.join(args.temp_directory, sub_dir, args.projected_ivector_directory) fs.directories['projected_ivector'] = os.path.join(args.temp_directory, sub_dir, args.projected_ivector_directory)
fs.directories['whitened'] = os.path.join(args.temp_directory, sub_dir, args.whitened_directory) fs.directories['whitened'] = os.path.join(args.temp_directory, sub_dir, args.whitened_directory)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment