You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the "prepare_data.py" according to your needs.
The "build_graph.py" helps in creating the ind.{dataset_name}.allx, ally, tx, ty, and adj (i.e. graph) files.
Try to avoid runtime warning of "divide by zero" when you try to compile build_graph.py as it'll give you incorrect results.
The text was updated successfully, but these errors were encountered:
Joey0538
changed the title
Solution to creating the files under the data folder
Please follow this to get the "Solution to creating the files under the data folder"
May 20, 2021
Please check the "prepare_data.py" and "build_graph.py" files from this link: https://github.com/yao8839836/text_gcn
Modify the "prepare_data.py" according to your needs.
The "build_graph.py" helps in creating the ind.{dataset_name}.allx, ally, tx, ty, and adj (i.e. graph) files.
Try to avoid runtime warning of "divide by zero" when you try to compile build_graph.py as it'll give you incorrect results.
The text was updated successfully, but these errors were encountered: