floodsung / LearningToCompare_FSL

PyTorch code for CVPR 2018 paper: Learning to Compare: Relation Network for Few-Shot Learning (Few-Shot Learning part)
MIT License
1.04k stars 267 forks source link

Problem about .Ds_Store #10

Open ybpaopao opened 5 years ago

ybpaopao commented 5 years ago

Hi, I wonder if you run your code on a Mac? I run this code on ubuntu16.04 according to your rule. But is suggests that OSError: [Errno 20] Not a directory: '../datas/omniglot_resized/Alphabet_of_the_Magi/.DS_Store'. Obviously, there are something hidden in the file system. How should I fix such problem? Do you test your code on ubuntu? Thanks for your kindly help.

ybpaopao commented 5 years ago

I manually deleted all ".DS_Store" and the problems seemed to be solved.

Ariel-JUAN commented 5 years ago

@ybpaopao Hi, I met this problem, too. I test the code, there is no DS_store file in the code, how should I delete them ? I can't find the DS_store.......

ybpaopao commented 5 years ago

Please show all hidden files.

At 2018-08-29 21:25:06, "Ariel-JUAN" notifications@github.com wrote:

@ybpaopao Hi, I met this problem, too. I test the code, there is no DS_store file in the code, how should I delete them ? I can't find the DS_store.......

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Sun2018 commented 3 years ago

Please use the following command find . -name .DS_Store | xargs rm in folder ./datas/omniglot_resized/