sent-conv-torch
sent-conv-torch copied to clipboard
Python3 Preprocessing and UTF-8 decoding of GoogleNews-vectors correction
Updated preprocess.py
to Python3. Corrected reading of characters from GoogleNews-vectors-negative300.bin
by adding .decode("utf-8")
, which was not working before, at least in Python3. Tested on custom datasets.