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/loss
Ross Wightman fb94350896
Update training script and loader factory to allow use of scheduler updates, repeat augment, and bce loss
3 years ago
..
__init__.py Update training script and loader factory to allow use of scheduler updates, repeat augment, and bce loss 3 years ago
asymmetric_loss.py
binary_cross_entropy.py Add a BCE loss impl that converts dense targets to sparse /w smoothing as an alternate to CE w/ smoothing. For training experiments. 3 years ago
cross_entropy.py
jsd.py