sacmehta / ESPNet

ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation
https://sacmehta.github.io/ESPNet/
MIT License
538 stars 111 forks source link

Pretrained models don't have a state dictionary #88

Open kanishkanarch opened 4 months ago

kanishkanarch commented 4 months ago

The provided pretrained models don't have a state dictionary, apparently.

image

Please let me know if I'm missing something stupid. Thanks!

kanishkanarch commented 4 months ago

I want to research on finetuning this autoencoder with different layers frozen.

If you have any suggestions on how to proceed without the state_dict of pretrained models, please let me know.