Skip to content

Convert script does not work #1

@mlvl36667

Description

@mlvl36667

python convert_to_csr.py original_graph_path csr_graph_path
Traceback (most recent call last):
File "/home/e/RICH/code/convert_to_csr.py", line 137, in
main()
File "/home/e/RICH/code/convert_to_csr.py", line 116, in main
edges, original_nodes = read_edges(input_file)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/e/RICH/code/convert_to_csr.py", line 15, in read_edges
with open(input_file, 'r') as f:
^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'original_graph_path'
(tensorflow_env) e@alma:~/RICH/code$ ll ../data/
total 700K
-rw-rw-r-- 1 e e 697K Nov 3 19:00 test1.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions