ubc-aamodt-group / RLEL_regression

A code implementation for Learning Label Encoding for Deep Regression, ICLR 2023 (spotlight).
1 stars 0 forks source link

There is no "data" subdirectory in the "ageresnet" directory #2

Open jiagengyun-cs opened 1 year ago

jiagengyun-cs commented 1 year ago

I tried to copy the data directory from BEL to RLEL. But it seems the function "LearnableTransform" does not exist in BEL, which is necessary in RLEL.

deval281shah commented 1 year ago

Hi, thank you for pointing out this. I have added the "data" directory to the "ageresnet" directory, which has all required functions.