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

Commit

Permalink
fixed the python2 crf
Browse files Browse the repository at this point in the history
  • Loading branch information
wboag committed Feb 11, 2018
1 parent 3f7325b commit d451778
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 195 deletions.
2 changes: 1 addition & 1 deletion code/DatasetCliner_experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def load_dataset(self,avaliable_datasets_sent,avaliable_datasets_labels, dataset
dataset_filepaths : dictionary with keys 'train', 'valid', 'test', 'deploy'
'''
start_time = time.time()
print('Load dataset... ', end='', flush=True)
print('Load dataset... \n')
if parameters['token_pretrained_embedding_filepath'] != '':
if token_to_vector==None:
token_to_vector = hd.load_pretrained_token_embeddings(parameters)
Expand Down
Loading

0 comments on commit d451778

Please sign in to comment.