malllabiisc / ConfGCN

AISTATS 2019: Confidence-based Graph Convolutional Networks for Semi-Supervised Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError:Unable to configure handler 'file_handler'

Kaixun opened this issue · comments

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.

I also have this error running under Windows. Have you solved it?

I also have this error running under Windows. Have you solved it?

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]