Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
bugfix for import
Browse files Browse the repository at this point in the history
  • Loading branch information
wboag committed Feb 12, 2018
1 parent d451778 commit 5f33917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def predict(files, model_path, output_dir, format, use_lstm=True):
#continue
#'''

sys.stdout.write('%s\n' % '-' * 30)
sys.stdout.write('%s\n' % ('-' * 30))
sys.stdout.write('\n\t%d of %d\n' % (i+1,n))
sys.stdout.write('\t%s\n\n' % txt)

Expand Down
1 change: 1 addition & 0 deletions code/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import os
import errno
import string
import math
import re
import pickle
import numpy as np
Expand Down

0 comments on commit 5f33917

Please sign in to comment.