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

DS_Store Problem Solution #14

Open SHU-FLYMAN opened 5 years ago

SHU-FLYMAN commented 5 years ago

The quesition that DS_Store can be soloved by cd LearningToCompare_FSL-master and then find . -name '*.DS_Store' -type f -delete in Terminal.

Sun2018 commented 3 years ago

You can also use the following command find . -name .DS_Store | xargs rm

Sun2018 commented 3 years ago

This is due to different versions of your Pytorch. The officer version is Pytorch==0.3