huggingface / pytorch-image-models

The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
https://huggingface.co/docs/timm
Apache License 2.0
32.2k stars 4.75k forks source link

K fold cross validation? #1151

Closed NouranFadlallah closed 2 years ago

NouranFadlallah commented 2 years ago

I'm a bit confused by the accuracy function in timm.utils.metrics, it takes the parameter topk? Does this specify number of fold cross validation?

rwightman commented 2 years ago

not a bug