Text-GCN icon indicating copy to clipboard operation
Text-GCN copied to clipboard

A PyTorch implementation of "Graph Convolutional Networks for Text Classification." (AAAI 2019)

Results 12 Text-GCN issues
Sort by recently updated
recently updated
newest added

I have tried to run this code in colab, everything fine until i got an error when trying to run main function, here is the details : ``` Logging to...

lets assume i have **5000** documents and their **5000** integer labels and in this corpus **we got 14000** unique words. according to paper **total num of nodes will be** ==>...

Hi, I'm working with Wordnet and Graph Neural Network. How it was possible to encode in one hot encoding format a complete vocabulary? For example, I have 250k different words....

(base) C:\Users\Ramy\Downloads\Compressed\Text-GCN-master\Text-GCN-master>python main.py text_gcn: {'pred_type': 'softmax', 'node_embd': 'gcn', 'layer_dims': [10, 4], 'class_weights': True, 'dropout': True} in _save_conf_code Logging to C:\Users\Ramy\Downloads\Compressed\Text-GCN-master\Text-GCN-master\logs\TextGNN_ag_presplit_0.8_0.1_0.1_2022-07-22T08-02-04.424720 Loaded from C:\Users\Ramy\Downloads\Compressed\Text-GCN-master\Text-GCN-master\save\split\ag_presplit_train_val_test_3_window_size_10.klepto (129620, 129620) Traceback (most recent call last):...

When I run !python3 main.py, I get this error. Its Python 3.7 and all latest version of torch libraries in Google Colab. Won't this work with the latest versions? Is...

How to build the graph?, and what is the result that can be viewed in gephi?. I didn't see any output after running the script

How do I get the text map for this build, I can't find the image of the generated text map after running it?

I encountered an error in the code when running the program, specifically in the model_text_gnn.py file. The error message I received is as follows: Traceback (most recent call last): File...

Traceback (most recent call last): File "main.py", line 44, in main() File "main.py", line 20, in main saved_model, model = train(train_data, val_data, saver) File "/content/drive/MyDrive/GCN/Text-GCN/train.py", line 13, in train model...