HsuTzuJen
HsuTzuJen
It says that default session is a single process manager. Then how can I set it to a load balancer? Any idea?
127.0.0.1/:1 Uncaught (in promise) abort({}). Build with -s ASSERTIONS=1 for more info. | Promise.catch (async) | | -- | -- | -- | -- | instantiateArrayBuffer | @ | Decoder.js:66 ...
Hi, there is a new method for training a ResNet without using BN. It may help you reduce the model size. https://github.com/hongyi-zhang/Fixup
Hi, the model size for the model InsightFace_MX is about 160MB, but IL_Resnet_E_IR_GBN is about 1.6GB. Since they are almost in the same architecture, what makes them different? Thank you...
Hi, I just modify the code for the new model mobile-facenet of InsightFace"https://github.com/deepinsight/insightface/blob/master/src/symbols/fmobilefacenet.py" to TF version as follow: "https://github.com/HsuTzuJen/Face_Recognition_Practice_with_TF/blob/master/Nets/mobilefacenet_test.py" I set the training parameters as the original paper"https://arxiv.org/abs/1804.07573", but it...
@auroua Is this implement with Cos θ - m (Additive Margin Softmax for Face Verification)? Do you have any idea about that how to achieve cos θ1 -m = cos...
Hi, Could you tell me how to modify values in tensor like the way using numpy ? I want to add cutout method in the in the parse_function as the...
請問這對websocket的服務有效嗎? 我是使用go的socketio
Hi, I am new with web app. Can you please help me how to run the file "test.http"?
Can you please explain to me what these codes below do for? Thank you very much! d_train_model.metrics_names.append('w_dist') d_train_model.metrics_tensors.append(w_dist)