Octavian-ai / gqa-node-properties

Recalling node properties from a knowledge graph

Home Page:https://octavian.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How long the training should take?

Joshua-Yu opened this issue · comments

Hi David,

I have been training the model for 24 hours by now(using default settings) and it's been running 7.6+ millions steps. The global_step per second is about 75. I am running it in a Docker CentOS container with 4GB RAM and 2 CPU cores (i7 7500 2.7G).

Do you think it is the expected behavior? How many steps it would do?

Cheers

Joshua

I'd think so too. I didn't change any settings from the repository, and used this to run:

$ python3.6 -m macgraph.train

The last lines on screen before I terminated the execution were:
... ...
INFO:tensorflow:global_step/sec: 81.7011
INFO:tensorflow:loss = 0.0, step = 10511101 (1.224 sec)
INFO:tensorflow:loss = 0.0, step = 10511101 (1.224 sec)

Where do I set up the accuracy?

Cheers

Joshua