LearningToCompare_FSL icon indicating copy to clipboard operation
LearningToCompare_FSL copied to clipboard

Problem about .Ds_Store

Open ybpaopao opened this issue 7 years ago • 4 comments

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 avatar Aug 28 '18 16:08 ybpaopao

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

ybpaopao avatar Aug 28 '18 17:08 ybpaopao

@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.......

Ariel-JUAN avatar Aug 29 '18 13:08 Ariel-JUAN

Please show all hidden files.

At 2018-08-29 21:25:06, "Ariel-JUAN" [email protected] 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.

ybpaopao avatar Aug 29 '18 20:08 ybpaopao

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

Sun2018 avatar Aug 06 '20 14:08 Sun2018