Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utl/active_interactor.py')
-rwxr-xr-xutl/active_interactor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utl/active_interactor.py b/utl/active_interactor.py
index cf54b153..d84099d0 100755
--- a/utl/active_interactor.py
+++ b/utl/active_interactor.py
@@ -83,7 +83,7 @@ try:
print 'sending unlabeled examples ...'
for i,line in enumerate(unlabeled):
sock.sendall(line)
- #print 'sending unlabeled '+repr(line[:20])
+ print 'sending unlabeled '+repr(line[:20])
response=recvall(sock, 256)
#print 'unlabeled response '+repr(response)
responselist=response.split(' ')