Closed K-H-Ismail closed 2 years ago
Hi,
Note that we didn't try training from scratch with 384 in our paper. All 384 results are fine-tuned from 224 trained models. We will release a convnext-tiny pretrained on 224 (IN22k) then fine-tuend on 384(IN1k) soon.
Hello,
I didn't notice it in the appendix, my bad ! Thanks for this clarification.
Hello, I want to train ConvNeXt-tiny from scratch using an input size of 384 instead of 224. In your paper there is mention to input size 384 only for ConvNeXt-B/L/XL, can I just use the following script for ConvNeXt-tiny and change the input_size option or is there other parameters to change ?
Thanks again for the code release !