PyTorchNLPBook icon indicating copy to clipboard operation
PyTorchNLPBook copied to clipboard

An error in NewsDataset class

Open sbaban opened this issue 6 years ago • 0 comments
trafficstars

def load_vectorizer_only(vectorizer_filepath): with open(vectorizer_filepath) as fp: return NameVectorizer.from_serializable(json.load(fp))

NameVectorizer should be alterd to NewsVectorizer

sbaban avatar Apr 28 '19 01:04 sbaban