speedinghzl / CCNet

CCNet: Criss-Cross Attention for Semantic Segmentation (TPAMI 2020 & ICCV 2019).
MIT License
1.42k stars 277 forks source link

Can you offer me a trained models using pytorch 1.5+? #108

Open songzijiang opened 3 years ago

songzijiang commented 3 years ago

I noticed that the trained models in README using pytorch 0.4.1 and I want to evaluate the model to make sure my envirnment is ok when using pytorch 1.5+.Since I did not have enough memories to train the model by myself with res101.I try to replace res101 by res18 which performance is far away from the paper.So,I want to get the trained models with pytorch 1.5+ to reproduce the performance.Thanks!