scm-ns

Results 3 issues of scm-ns

I use the following code to create a modular route. http::basic_router router{std::regex::ECMAScript}; http::basic_router router__{std::regex::ECMAScript}; router__.get(R"(^/$)", [](http_request beast_http_request, http_context context) { context.send(make_200(beast_http_request, "Main page\n", "text/html")); }); router.use(R"(/animal$)", router__); I get this...

Is metal 2 supported by this library ? Thanks

I was having this issue,when I run convert. The solution is to rename the caffepb.py to caffe_pb2.py at caffe-tensorflow/kaffe/caffe. Remove the pyc files in the folder and run convert again....