Skip to content
Snippets Groups Projects
Commit fdb86866 authored by Olegs NIKISINS's avatar Olegs NIKISINS
Browse files

Merge branch 'read_flag_for_svm' into 'master'

fix issue #20

Closes #20

See merge request !40
parents 01f51991 5d7ea3c6
No related branches found
No related tags found
1 merge request!40fix issue #20
Pipeline #
......@@ -432,7 +432,7 @@ class SVM(Algorithm):
The file to read the projector from.
"""
f = bob.io.base.HDF5File(projector_file, 'a')
f = bob.io.base.HDF5File(projector_file, 'r')
self.machine = bob.learn.libsvm.Machine(f)
......
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