hudengjun

Results 15 issues of hudengjun

i appreciate your work which taught me a lot about cnn. when i run the code ,i connot find where to download the data need by net1,net2..., I'm wondering if...

can you give some examples to show how to integerate this rank with deeplearning models serving ?

feature/future

[Paper 1:GRIP](https://dl.acm.org/doi/10.1145/3357384.3357938) [Paper 2:Zoom](https://arxiv.org/abs/1809.04067) The recently published paper GRIP:Multi-Store capacity-optimized high-performace nearest neighbor search for vector search engine.

Thanks for libgo project. I have compile sample1.cc code succeed, but failed to run. this is my cmake code ``` add_executable(libgo1 coroutine_test/libgo_test.cc) find_package(libgo REQUIRED) target_include_directories(libgo1 PRIVATE ${LIBGO_INCLUDE_DIRS}) target_link_libraries(libgo1 PRIVATE ${LIBGO_LIBRARIES})...

Thank you for your cppflow lib. I'm integrated this lib in my inference server. but I encountered some problem. my model is like this ``` MetaGraphDef with tag-set: 'serve' contains...

awaiting-answer

hello,I pull down your code almost no change.I trained the mobilenet based model on 2080Ti with 60 epoch.and I found the val_loss is still decrease ![7DA694CA-9D1A-41EB-9E27-8C189367E857](https://user-images.githubusercontent.com/33210026/70961256-40b89300-20bc-11ea-8c9d-f55756c05c6a.png) the x-axis is the...

`layer.desc.stride.x = 1 layer.desc.stride.y = width * layer.desc.stride.x layer.desc.stride.c = layer.desc.stride.y * height layer.desc.stride.n = layer.desc.stride.c * channels*frame_stride` Deep Learning in videos often choose frames with a certain steps,namely jump...

thank you for your yolov3 detection deploy example ,when i compile and run simulate on my android-studio , there are some warning, > Cannot build selected target ABI: x86, no...

Hello, I have launched the opt-125M inference, and send request to server with locust. but what ever config the max_batch_size, the InferenceEngine always run in batch_size =1. how can i...

Recently,I am working on a image retrieve project use deep similarity learning method. so I found this project but quickly,stucked in those problems: 1.Street2shop dataset, 40w data only download 32w....