starrytong / SCNet

MIT License
60 stars 7 forks source link

Scnet-large config #5

Closed 256Bab closed 4 months ago

256Bab commented 4 months ago

Hi

Thanks for making the code public along with your pertained weights.

I read in the paper there is Scnet and Scnet-large but the repository only contains the config.yaml for the small scent

Could you share the config.yaml you used to train Scnet-large?

Thank you

KimberleyJensen commented 4 months ago

Large config is here https://github.com/starrytong/SCNet/blob/7bb1cccef35519f5a48de95c8cc3b739af351304/scnet/SCNet.py#L250

starrytong commented 4 months ago

dims = [4, 64, 128, 256] and band_SR = [0.225, 0.372, 0.403]

256Bab commented 4 months ago

Thank you!