Skip to content

Commit

Permalink
semi-supervised learning small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengcheng Yin committed Apr 4, 2018
1 parent 108403a commit c84798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def self_training(args):
print('load unlabeled data [%s]' % args.unlabeled_file, file=sys.stderr)
unlabeled_data = Dataset.from_bin_file(args.unlabeled_file)

print('load decoding results on unlabeled data [%s]' % args.load_decode_results, file=sys.stderr)
print('load decoding results of unlabeled data [%s]' % args.load_decode_results, file=sys.stderr)
decode_results = pkl.load(open(args.load_decode_results))

labeled_data = Dataset.from_bin_file(args.train_file)
Expand Down

0 comments on commit c84798c

Please sign in to comment.