AdaBound icon indicating copy to clipboard operation
AdaBound copied to clipboard

keras version

Open fayeshine opened this issue 5 years ago • 2 comments

could you please implement a keras version

fayeshine avatar Feb 27 '19 08:02 fayeshine

I've implemented a Keras version which could produce similar results to the official optimizer.

CyberZHG avatar Feb 28 '19 13:02 CyberZHG

There's a keras implementation here - https://github.com/titu1994/keras-adabound

It also provides weights for ResNet 34 on CIFAR. Note, final acc isn't the same as paper because I didn't apply random crop data augmentation (which Keras doesn't support in its ImageDataGenerator).

titu1994 avatar Mar 04 '19 16:03 titu1994