Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added probably missed kernel setting in arts
  • Loading branch information
lisitsyn committed Aug 16, 2012
1 parent 7eb8b72 commit 4c4d431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/arts/signal_sensor.py
Expand Up @@ -203,6 +203,7 @@ def predict(self, seq, chunk_size = int(10e6)):
self.kernel.init(self.svs, tf)
sys.stderr.write("..done\n")

self.svm.set_kernel(self.kernel)
lab_out = self.svm.apply()

# work around problem with get_labels()
Expand Down

0 comments on commit 4c4d431

Please sign in to comment.