Missing some pretrained model weights #107
-
Hi, I wanted to compare my results using sc2bench but I can't find some important pretrained weights. It seems like the folder Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rezafuru For input compression baselines, you won't need to manually download checkpoints, but just use The |
Beta Was this translation helpful? Give feedback.
Hi @rezafuru
For input compression baselines, you won't need to manually download checkpoints, but just use
pretrained: True
in yaml configs so that you can automatically download them via compressai package like this.The
ckpt:
in our yaml configs for input compression are not used actually unless you have your own trained model weights.Same for the ResNet-50 model weights, it is from torchvision and you can just use
pretrained: True
like this.