Open 2151330 opened 5 years ago
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)))"
When I run get_embd.py, this problem occurs.I don't know why.Can you help me?