swyoon / manifold-projection-diffusion-recovery-pytorch

MIT License
3 stars 1 forks source link

Missing codes #1

Open thangld201 opened 3 months ago

thangld201 commented 3 months ago

Hi @swyoon, I tried running

python train.py --config configs_mpdr/cifar10_ood_drl/drl.yml --run ttest

and got the error

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/svhn_trainval_idx.npy'

Before this, I also met several other errors (code imports, missing library). Could you please check if the codes are still runnable, without missing files, and probably also update the README ? The current code base is quite confusing ...

swyoon commented 2 months ago

Dear @thangld201 ,

Thank you so much for your interest in our work, and I am terribly sorry for the inconvenience. Indeed some files are missing and I have to update the codebase. Would you mind if I update the codebase after the NeurIPS deadline? Also it would be helpful if you could let me know what specific task you want to achieve with this codebase.

thangld201 commented 2 months ago

Hi @swyoon, feel free to take your time! I plan to apply MPDR on another downstream task, but I have not been able to run any experiment originally in the paper (Table 1-4) - due to issues I mentioned. So if you can update the codebase to reflect these experiments (maybe Table 4 first, as that is rather close to my use case), it would be great!

Again, feel free to take your time!