idstcv / SeCu

PyTorch Implementation for SeCu
Apache License 2.0
12 stars 4 forks source link

Question about closed-form solution #2

Closed yanwuxingchen closed 4 months ago

yanwuxingchen commented 4 months ago

Hello, I would like to ask how the optimization through closed-form solution mentioned in your paper is realized, I did not find it in the code you gave, thank you very much!

qian-qi commented 4 months ago

Thank you for your interest. Due to the better performance of SGD, we didn't include the closed-form solution in this repo. However, you can find a similar one in our previous work CoKe: https://github.com/idstcv/CoKe

qian-qi commented 4 months ago

I will close the issue and you can reopen it if you have any other questions.