2021年3月7日星期日

eval() arg 1 must be a string, bytes or code object

train_vectors = [d2v_model.infer_vector(eval(v.words)) for v in tagged_docs_train]  test_vectors = [d2v_model.infer_vector(eval(v.words)) for v in tagged_docs_test]     

It is giving Type error, do you know how to fix it?

https://stackoverflow.com/questions/66523142/eval-arg-1-must-be-a-string-bytes-or-code-object March 08, 2021 at 09:02AM

没有评论:

发表评论