nupurkmr9 / S2M2_fewshot

Other
112 stars 20 forks source link

I can't open tar files #28

Open Doflamingo-swj opened 1 year ago

Doflamingo-swj commented 1 year ago

Hello,when I use the tar command try to open : miniImagenetWideResNet28_10_S2M2_R\470.tar

tar -xvf 470.tar The following error will be reported: tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors

Can you kindly tell me why or if I need another script to convert.

zhang1hongliang commented 1 year ago

@Puneet2000 @Doflamingo-swj, I also meet this issue. Do you solve this issue?

nupurkmr9 commented 1 year ago

Hi, The given .tar file should be directly usable by torch.load(470.tar) as we only shared the final S2M2 model in case of tiered-Imagenet. Thanks.