xiaoxuegao499 / LA-DNN-for-COVID-19-diagnosis

Online COVID-19 diagnosis with chest CT images: Lesion-attention deep neural networks
64 stars 18 forks source link

Unable to extract the splitted tars to obtain the model #3

Open ytxmobile98 opened 4 years ago

ytxmobile98 commented 4 years ago

I have stepped into the best_model directory. However, when I try to extract the tars by typing

$ cat densenet169.path.tar.0* | tar -x

It produces the following error messages:

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
xiaoxuegao499 commented 4 years ago

You can try to merge these 8 splitted tars first. If it is still unavailable, please download the pre-trained model from Baidu Netdisk(extract code w3i1).

ytxmobile98 commented 4 years ago

You can try to merge these 8 splitted tars first. If it is still unavailable, please download the pre-trained model from Baidu Netdisk(extract code w3i1).

Thanks~~

ytxmobile98 commented 4 years ago

You can try to merge these 8 splitted tars first. If it is still unavailable, please download the pre-trained model from Baidu Netdisk(extract code w3i1).

But what do you mean by merging the 8 tar files? I attempted to use the cat command on Ubuntu to generate the tar file and extract it, without any positive outcomes.