MCPcopy Create free account
hub / github.com/AnubhavGupta3377/Text-Classification-Models-Pytorch / load_data

Method load_data

Model_RCNN/utils.py:43–101  ·  view source on GitHub ↗

Loads the data from files Sets up iterators for training, validation and test data Also create vocabulary and word embeddings based on the data Inputs: w2v_file (String): absolute path to file containing word embeddings (GloVe/Word2Vec)

(self, w2v_file, train_file, test_file, val_file=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

train.pyFile · 0.45

Calls 1

get_pandas_dfMethod · 0.95

Tested by

no test coverage detected