SY

Results 12 comments of SY

I have trained a model. Could you plz tell me how to detect a plate and where is this of code? Thank you! @ganliqiang

@WeiDaiWD Thanks for the information, I modified code as the protocol described (given common random polynomial a, designing a function in rlwe.cpp to output $-u_i a+ e_{0,i}, s_i a +e_{1,i}$)...

Thank you so much. I have completed the algorithm following your suggestion and successfully generated the multiparty version relin key.

> Did you experiment all 4096 rotations? Did you generate Galois keys for only power-of-two steps or for all 4096 possible steps? This could also be verified by the size...

> When you create Galois keys, if you do not specify steps or Galois elements, it will generate keys for positive and negative power-of-two steps. > > How do you...

Have you solved it? I met the same problem. Thank you!

> Hello! It may be related to the scale of your dataset partition. If the test/val dataset is too small, then the loss will be unstable. On the other hand,...

@blueardour Hi, Can onnx/export_model_to_onnx.py work for ABCNet? Looking forward to your reply. Thank you!

@blueardour HI, I am tring to convert by myself because the assignment is very urgent. And I am following your work. So could plz give me some hints or explain...

Thank you for your contribution!