MCPcopy Create free account
hub / github.com/clab/dynet / ReadFromFile

Function ReadFromFile

examples/read-write/train_read-write.cc:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void ReadFromFile(string& filename, ParameterCollection& dynet_model) {
79 TextFileLoader loader(filename);
80 loader.populate(dynet_model);
81}
82
83int main(int argc, char** argv) {
84 dynet::initialize(argc, argv);

Callers 1

mainFunction · 0.85

Calls 1

populateMethod · 0.45

Tested by

no test coverage detected