Skip to content

Commit

Permalink
#388 related fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Aug 22, 2022
1 parent 73132cc commit 8654b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arekit/contrib/utils/io_utils/embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __get_term_embedding_source(self, data_folding):
def __get_default_vocab_filepath(self, data_folding):
return join(self.__target_dir,
self.VOCABULARY_FILENAME_TEMPLATE.format(
cv_index=experiment_iter_index(data_folding)) + '.npz')
cv_index=experiment_iter_index(data_folding)))

def __get_default_embedding_filepath(self, data_folding):
return join(self.__target_dir,
Expand Down

0 comments on commit 8654b09

Please sign in to comment.