Forrest Iandola

Results 15 comments of Forrest Iandola

@Yangqing > "if I may make a bold claim, I believe that all frameworks will again very quickly converge to the same performance, because there is no fundamental difference between...

@hughperkins Good point. I didn't mean to imply that there isn't a diverse array of low-level computational libraries for DNNs. To tune up my comment a bit: "When doing speed/efficiency...

@scott-gray That all sounds great. :)

In terms of a standard format for representing DNN architectures and weights: There is a tension between research and standardization. As mentioned above, there is some native support and/or conversion...

I had this problem a few days ago. The root cause for me was that 'make matcaffe' produced a file in the MATLAB subdir called 'caffe..mexa64' instead of 'caffe.mexa64.' I...

I generated Pascal-style XML files for my own training data. I found out that the Pascal XML parser likes tabs and not spaces. (Initially, the parser found no bboxes... then...

We wrote our own. I can't remember if we used pyXML or if we just printf'd the XML.

This is a really cool idea! I wish I had permission to merge it.

I came here to ask the same question. When I do `turkic` commands in the `vatic` directory, things work fine. In any other directory, I get the `geolocation` error. I've...

Thanks! 1) Cool! I had parsed `add_cnn_codegen_annotations()` as the variant selector, so I guess I'm not too far off in the weeds. 2) Makes sense. Yeah, I noticed some `virtual`...