shchur / gnn-benchmark

Framework for evaluating Graph Neural Network models on semi-supervised node classification task

Home Page:https://arxiv.org/abs/1811.05868

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CynthiaWang2018 opened this issue · comments

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.

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).