multi-class-text-classification-cnn
multi-class-text-classification-cnn copied to clipboard
Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings on Tensorflow.
I am very new to this whole subject. I created a small csv with 25 entries and wanted to run the program with it. Somehow i am failing. I attached...
Hello, I am able to successfully run the small-sample.json file to get the prediction.json. The small-sample.json file is having information on "product" and "consumer_complaint_narrative". For the test file, this is...
Hello Mr.jiegzhan i want to print out probability scores of each text after predicted Could you please suggest me how to print Example like [Text_input ,index_label,probability_score ] Thank you
Both the model and the checkpoints exist in the same directory. This is the error i encounter when i try to run the file. ``` NotFoundError Traceback (most recent call...
I downloaded the project and ran train.py but I got the following error: line 17, in train_cnn train_file = sys.argv[1] IndexError: list index out of range Please help :)
Hi, I was using your model trainer, but with considerably less data than from the given example 1. Trying to train for 3 classes 2. Approx. 50 sentences in the...
Traceback (most recent call last): File "predict.py", line 73, in predict_unseen_data() File "predict.py", line 19, in predict_unseen_data checkpoint_file = tf.train.latest_checkpoint(checkpoint_dir + 'checkpoints') File "/home/kanimozhiu/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1602, in latest_checkpoint if file_io.get_matching_files(v2_path)...
Hi, I am newbie i'd tried your code, but I got "TypeError: Expected int32, got list containing Tensors of type '_Message' instead" error message. How to solve it? Thanks