zhjy2016 / SPLUT

Official code for ECCV2022 paper: Learning Series-Parallel Lookup Tables for Efficient Image Super-Resolution
50 stars 10 forks source link

About caching of floating-point data #9

Open leenas233 opened 1 year ago

leenas233 commented 1 year ago

Thanks for your work.

I noticed that the data cached in SPLUT is float32 type. Will it affect performance if the float32 type is changed to uint8 type?

Thank you very much!