model-soups icon indicating copy to clipboard operation
model-soups copied to clipboard

Inquiry Regarding timm Version and Rand-Aug Settings in the Provided Code

Open DongHwanJang opened this issue 2 years ago • 0 comments

Hello,

Thank you for sharing your code - it's been very helpful. I have a question regarding the timm version used in your research, specifically about the RandAug settings.

I noticed that in the code here, there is a constraint that limits the magnitude of RandAug to 10. Following the environment setup as outlined in environment.md, I installed timm==0.6.13, which also appears to restrict the maximum magnitude of augmentation to 10.

Could this setting potentially affect the value of m in the RandAug configuration? I'm curious whether this constraint might influence the results or the model's performance in some way.

I would appreciate it if you could take a moment to look into this. Thank you for your time and assistance.

DongHwanJang avatar Nov 30 '23 03:11 DongHwanJang