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
Thanks for your help!
When I run your code:
Traceback (most recent call last):
File "F:/CapsGNN-master-tensoeflow/main.py", line 186, in
main()
File "F:/CapsGNN-master-tensoeflow/main.py", line 46, in main
class_label_fname=class_labels_fname)
File "F:\CapsGNN-master-tensoeflow\dataset_utils\GraphDataset.py", line 11, in init
for file in os.listdir(input_dir):
FileNotFoundError: [WinError 3] System can not find the route.: 'data_plk/ENZYMES'
The text was updated successfully, but these errors were encountered:
Hi,
According to your error report, I think it might be because that you didn't do data preparation.
Do you follow the steps listed in README file to generate ENZYME data?
Please feel free to contact at us if you still have more questions.
Best Regards,
Xinyi
________________________________
From: weikaiv <notifications@github.com>
Sent: Wednesday, May 29, 2019 9:00 PM
To: XinyiZ001/CapsGNN
Cc: Subscribed
Subject: [XinyiZ001/CapsGNN] some questions when I run your code (#2)
Thanks for your help!
When I run your code:
Traceback (most recent call last):
File "F:/CapsGNN-master-tensoeflow/main.py", line 186, in
main()
File "F:/CapsGNN-master-tensoeflow/main.py", line 46, in main
class_label_fname=class_labels_fname)
File "F:\CapsGNN-master-tensoeflow\dataset_utils\GraphDataset.py", line 11, in init
for file in os.listdir(input_dir):
FileNotFoundError: [WinError 3] System can not find the route.: 'data_plk/ENZYMES'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#2?email_source=notifications&email_token=AHT4KBN3DB4GQUUB7HLMSATPXZ5ADA5CNFSM4HQMRB52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWPKCCQ>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHT4KBPCA3HMIGSEVOPGU2TPXZ5ADANCNFSM4HQMRB5Q>.
Thanks for your help!
When I run your code:
Traceback (most recent call last):
File "F:/CapsGNN-master-tensoeflow/main.py", line 186, in
main()
File "F:/CapsGNN-master-tensoeflow/main.py", line 46, in main
class_label_fname=class_labels_fname)
File "F:\CapsGNN-master-tensoeflow\dataset_utils\GraphDataset.py", line 11, in init
for file in os.listdir(input_dir):
FileNotFoundError: [WinError 3] System can not find the route.: 'data_plk/ENZYMES'
The text was updated successfully, but these errors were encountered: