Hey, I am confused with 2 hyperparameters in your code. 1, layer_scale_init_value = 1e-5, Is it sure to use such a small value in practice? I am under the impression that this value is usually set to 1.0. 2, resolution=224, I don't know how to set it if I have the input size as 1000x600(for example). Could you help me with these problems? Thank you!
Hey, I am confused with 2 hyperparameters in your code. 1, layer_scale_init_value = 1e-5, Is it sure to use such a small value in practice? I am under the impression that this value is usually set to 1.0. 2, resolution=224, I don't know how to set it if I have the input size as 1000x600(for example). Could you help me with these problems? Thank you!