glove-python
glove-python copied to clipboard
fix to numpy not accepting dict keys/values iterators
dict.keys() and values() returning special iterable types that numpy cannot iterate; this fixes the args passed to numpy so that they are ordinary iterable lists.