firstprayer
firstprayer
Got an error saying "name 'FileType' is not defined" ``` $ bazel build :all # In the root directory of this project Starting local Bazel server and connecting to it......
The swift syntax has changed and this library no longer works. Can you fit the issue?
From my experience, extending this driver is not difficult. If I need more data, all I need to do is to define more fields in the message, add some very...
I downloaded the result (cuz I don't wanna install Caffe) and tried to read it in code with: ``` with open(FLAGS.model_path, 'rb') as f: graph_def = tf.GraphDef() graph_def.ParseFromString(f.read()) ``` And...