Closed Johnson-yue closed 4 years ago
Hi @Johnson-yue,
The pretrained model file doesn't need to be uncompressed since it is directly done by PyTorch during the "load" method.
To see this, just type:
torch.load("hierarchical_ordered_fonts.pth.tar")
What needs to be uncompressed though is the mini Fonts dataset (fonts_tensor.zip).
thanks, Sorry it is my fault
I think download is good,but I can not uncompressed this。
I try to some method but all failed, and I download twice the result is the same
How I fix it ??