shchur / gnn-benchmark

Framework for evaluating Graph Neural Network models on semi-supervised node classification task
https://arxiv.org/abs/1811.05868
MIT License
438 stars 73 forks source link

pymongo.errors.WriteError: The dotted field 'test.accuracy' in 'result.test.accuracy' is not valid for storage. #1

Closed CynthiaWang2018 closed 5 years ago

CynthiaWang2018 commented 5 years ago

when I run $python scripts/create_jobs.py -c config/fixed_configs.conf.yaml --op fixed It went out : pymongo.errors.WriteError: The dotted field 'test.accuracy' in 'result.test.accuracy' is not valid for storage.

shchur commented 5 years ago

If I recall correctly, this may happen if you are using an older version of MongoDB. We tested our implementation with version 3.6.4.

You should install a newer version from the official repository (not the version from the Ubuntu repository, it is rather outdated).