-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels