I am using macOS and I tried to download the pre-trained model with curl -OL https://dl.fbaipublicfiles.com/moco/moco_checkpoints/moco_v2_800ep/moco_v2_800ep_pretrain.pth.tar. I tried to decompress the tar file with tar xvf moco_v2_800ep_pretrain.pth.tar but received the error tar: Error opening archive: Unrecognized archive format. Could you verify that the pre-trained model files are not corrupted please? Thank you very much.
I am using macOS and I tried to download the pre-trained model with
curl -OL https://dl.fbaipublicfiles.com/moco/moco_checkpoints/moco_v2_800ep/moco_v2_800ep_pretrain.pth.tar
. I tried to decompress the tar file withtar xvf moco_v2_800ep_pretrain.pth.tar
but received the errortar: Error opening archive: Unrecognized archive format
. Could you verify that the pre-trained model files are not corrupted please? Thank you very much.