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
When I run python3 conf_gcn.py -data citeseer -name new_run
ValueError:Unable to configure handler 'file_handler'
Can you help me? Thank you very much.
The text was updated successfully, but these errors were encountered:
I also have this error running under Windows.
Because we can not create the file name "test_05_04_2022_20:58:39_2aae8dfd"
So the file name should be "test_05_04_2022_20_58_39_2aae8dfd"
we should update file: conf_gcn.py
line 525 if not args.restore: args.name = args.name + '_' + time.strftime("%d_%m_%Y") + '_' + time.strftime("%H_%M_%S") + '_' + str(uuid.uuid4())[:8]
When I run python3 conf_gcn.py -data citeseer -name new_run
ValueError:Unable to configure handler 'file_handler'
Can you help me? Thank you very much.
The text was updated successfully, but these errors were encountered: