Closed una-dinosauria closed 6 years ago
Writing my thesis and reproducing past results, I realized that this line is wrong:
https://github.com/una-dinosauria/local-search-quantization/blob/461d8c90f9cd1f77aa2992e155525e2939277b36/demos/demo_lsq_sparse.jl#L33
As using tau = 0.4 for SLSQ2 does not reproduce the results from the ECCV 16 paper.
tau = 0.4
The correct value is tau = 0.9.
tau = 0.9
Writing my thesis and reproducing past results, I realized that this line is wrong:
https://github.com/una-dinosauria/local-search-quantization/blob/461d8c90f9cd1f77aa2992e155525e2939277b36/demos/demo_lsq_sparse.jl#L33
As using
tau = 0.4
for SLSQ2 does not reproduce the results from the ECCV 16 paper.