Oliver Hou

Results 3 comments of Oliver Hou

It is hard to say why. Maybe it is better off debugging your run. I think this often happens when memory fails.

@kaisark Is it a gpu version of tensorflow 1.5?

@Yvaine You may have to add a templated function like "loadbin" ` Template void TemplatedVocabulary::loadBin(const std::string &filename) { m_words.clear(); m_nodes.clear(); //printf("loop load bin\n"); std::ifstream ifStream(filename); VINSLoop::Vocabulary voc; voc.deserialize(ifStream); ifStream.close(); ......