You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm
Ross Wightman be7c784d21
Small TResNet simplification, just use SelectAdaptivePool, don't notice any perf difference
5 years ago
..
data Remove old mean/std helper, rely fully on cmd line or default_cfg now. Fixes #126 5 years ago
loss
models Small TResNet simplification, just use SelectAdaptivePool, don't notice any perf difference 5 years ago
optim Add 'momentum' optimizer (SGD w/o nesterov) for stable EfficientDet training defaults 5 years ago
scheduler
__init__.py
utils.py Remove poorly named metrics from torch imagenet example origins. Use top1/top5 in csv output for consistency with existing validation results files, acc elsewhere. Fixes #111 5 years ago
version.py