I tried to recreate the original doc2vec models in train_docvec_models.ipynb but ran into the following error at "model.build_vocab(documents)" when using "merge=True" in the kmer_hypers
TypeError: unhashable type: 'list'
Do you have any suggestions? Thanks!