Hao Wu
Hao Wu
Thanks for the fast reply. So the "fast path" is not faster in this case? Is there another sample calls the fast path?
Distributed Training is supported out of the box using tf.learn. Cluster Configurations can be specified using the TF_CONFIG environment variable, which is parsed by the RunConfig. Refer to the Distributed...
I think the standard way is freeze the model, then use feed_dict to feed input and get the output tensor.
@SHaiHosh I can convert yolo-voc.weights by the prototxt you shared, thanks. But how do you test it? How do you calculate mAP? I tried the test_yolo_v2.py but it doesn't seem...