sail-sg / inceptionnext

InceptionNeXt: When Inception Meets ConvNeXt (CVPR 2024)
https://arxiv.org/abs/2303.16900
Apache License 2.0
233 stars 16 forks source link

train error #4

Closed xywlpo closed 1 year ago

xywlpo commented 1 year ago

hi, thanks for your great work. When I use your code to train my datasets, there is a problem as followings: there is no module named utils, and I cannot found a file named utils.py image

yuweihao commented 1 year ago

Oh, the train.py is copied from metaformer and I forgot to copy its related utils.py. I have fixed it. Thank you for your reminder.