benchopt / benchmark_resnet_classif

Benchopt benchmark for ResNet fitting on a classification task
https://benchopt.github.io/results/benchmark_resnet_classif.html
8 stars 4 forks source link

NOTE differences between Torch and TensorFlow #30

Open zaccharieramzi opened 2 years ago

zaccharieramzi commented 2 years ago

ResNet implem:

zaccharieramzi commented 2 years ago

Batch norm is indeed implemented differently. See the unbiased/biased thing in the paper.

Coupled weight decay not being applied correctly in TF was the reason behind it not performing as well.