-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
Hi, thanks for your wonderful job. But I encounter confusion about the data loader function. Detail as below:
parser.add_argument('--data_path', type=str, default='data/20ng', help='directory containing data')- I can't find any code that refers to the '--data_path' parameter, so why do we need to add it as input in the following command.
python main.py --mode train --dataset 20ng --data_path data/20ng --num_topics 50 --train_embeddings 1 --epochs 1000- How do these two parameters doc_terms_file_name and terms_filename do? I don't understand, even I can't find 'tf_idf_doc_terms_matrix_time_window_1' anywhere (such as the provided dataset directory.)
vocab, training_set, valid, test_1, test_2 = data.get_data(doc_terms_file_name="tf_idf_doc_terms_matrix_time_window_1",
terms_filename="tf_idf_terms_time_window_1")nguyenkhoihoang
Metadata
Metadata
Assignees
Labels
No labels