Hi, MNE execution with python2.7 and python3.5 both encountered the following problems:
'LD_LIBRARY_PATH' is not an internal or external command and is not a runnable program
Or batch files.
finish training
Traceback (most recent call last):
File "main.py", line 513, in
LINE_model = train_LINE_model (training_data_by_type [edge_type])
File "main.py", line 267, in train_LINE_model
first_order_embedding = read_LINE_vectors ('LINE_tmp_embedding1.txt')
File "main.py", line 243, in read_LINE_vectors
file = open (file_name, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'LINE_tmp_embedding1.txt'
Also, how is Vickers-Chan-7thGraders_multiplex.edges generated? Thank you
Hi, MNE execution with python2.7 and python3.5 both encountered the following problems: 'LD_LIBRARY_PATH' is not an internal or external command and is not a runnable program Or batch files. finish training Traceback (most recent call last): File "main.py", line 513, in
LINE_model = train_LINE_model (training_data_by_type [edge_type])
File "main.py", line 267, in train_LINE_model
first_order_embedding = read_LINE_vectors ('LINE_tmp_embedding1.txt')
File "main.py", line 243, in read_LINE_vectors
file = open (file_name, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'LINE_tmp_embedding1.txt'
Also, how is Vickers-Chan-7thGraders_multiplex.edges generated? Thank you