tengshaofeng / ResidualAttentionNetwork-pytorch

a pytorch code about Residual Attention Network. This code is based on two projects from
678 stars 165 forks source link

transfer learning #38

Open chatgptcoderhere opened 3 years ago

chatgptcoderhere commented 3 years ago

I want to use this code for another dataset, which parameter makes sure that my new data will be used for the model trained on CIFAR?

And do you have any advice, if input data dimensions are higher than CIFAR, e.g 100*100?