Myungchul Shin
Myungchul Shin
i just have done testing and got the same error. ``` new Building training network with parameters: feature_sizes: [8 2 3 3] domain_sizes: [5380 5 2087 2813] original Building training...
same issue here. predixy version : https://github.com/joyieldInc/predixy/commit/393ff81e6969766a92ecd6b8e7d13813a960c87a ``` 2023-01-02 08:07:20.711729 N RequestParser.cpp:453 unknown request cmd too long:RELEASE:{xxx}:yyy:zzz:meta:sand... 2023-01-02 08:07:20.711843 E Backtrace.h:18 predixy backtrace(11) src/predixy(_Z9traceInfoi+0x12f)[0x4b41df] src/predixy[0x4b2fbd] /lib64/libc.so.6(+0x36400)[0x7ff215f5e400] src/predixy(_ZN13RequestParser5parseEP6BufferRib+0x16f8)[0x484618] src/predixy(_ZN16AcceptConnection5parseEP7HandlerP6Bufferi+0xbb)[0x45446b] src/predixy(_ZN16AcceptConnection9readEventEP7Handler+0x88)[0x456188] src/predixy(_ZN7Handler27handleAcceptConnectionEventEP16AcceptConnectioni+0x85)[0x4a6bf5]...
@dangal95 i had very similar problem before. in my case, i need to integrate with BERT embedding with Glove, ELMo, word embedding from CNN. there are many possible solutions to...
@xtknight in my case - modify tensorflow_serving/example/BUILD ``` bash serving_proto_library( name = "parsey_api_proto", srcs = ["parsey_api.proto"], deps = [ "@syntaxnet//syntaxnet:sentence_proto", ], has_services = 1, cc_api_version = 2, cc_grpc_version = 1,...
@mastasky hm~ i could not figure out what the problem is. but what about following my summary ? https://github.com/dsindex/syntaxnet/blob/master/README_api.md
@mastasky https://github.com/dsindex/syntaxnet/tree/master/api
@mastasky i modified instructions ``` shell # you can create a shell script with content below! $ git clone https://github.com/dsindex/syntaxnet.git work $ cd work $ git clone --recurse-submodules https://github.com/tensorflow/serving #...
@bhoomit it was same issue https://github.com/dsindex/syntaxnet/issues/10 so, i updated [README_api.md](https://github.com/dsindex/syntaxnet/blob/master/README_api.md) ``` $ git clone https://github.com/dsindex/syntaxnet.git work $ cd work $ git clone --recurse-submodules https://github.com/tensorflow/serving # checkout proper version of serving...
@loveJasmine this repo is very old one and simple reference code. so, i do not recommend this for chinese segmentation task. ;; what about using other sequence tagging model. (ex,...