Googolxx / STF

Pytorch implementation of the paper "The Devil Is in the Details: Window-based Attention for Image Compression".
Apache License 2.0
161 stars 20 forks source link

[bug]使用给出的模型测试报错 #29

Open silencexll opened 1 year ago

silencexll commented 1 year ago

下载预训练模型cnn_025_best.pth.tar时显示800多M,实际只有250M,在测试该模型的时候报错如下: RuntimeError:PytorchStreamReader failed reading zip archive: failed finding central directory。网上说是因为模型损伤,具体是因为什么呢?