Closed wangfudong closed 3 years ago
Hi, I found that the file
"checkpoint_108h:5m:50s_389150.3971107006.tar"
stroed in _"experiments/pretrained_dist-0.01_0.49_0.5_sigmas-0.08_0.02_0.003res-256/checkpoints" can not been extracted. I used the command
'tar -xvf checkpoint_108h:5m:50s_389150.3971107006.tar'
but just failed.
Maybe this .tar file has been destroyed, could you update a new file?
Hi @wangfudong,
the checkpoint file is specific to PyTorch and doesn't need to be unzipped - PyTorch handles the saving and loading itself.
Best, Julian
Hi, I found that the file
stroed in _"experiments/pretrained_dist-0.01_0.49_0.5_sigmas-0.08_0.02_0.003res-256/checkpoints" can not been extracted. I used the command
but just failed.
Maybe this .tar file has been destroyed, could you update a new file?