2151330 opened this issue 5 years ago · 1 comments
When I run get_embd.py, this problem occurs.I don't know why.Can you help me?
change ‘’embds_dict = dict(*zip(fns, list(embds_arr)))" to "embds_dict = dict(zip(fns, list(embds_arr)))"