ypeleg / nfnets-keras

Keras implementation of Normalizer-Free Networks and SGD - Adaptive Gradient Clipping
MIT License
68 stars 21 forks source link

SGD_AGC Error #6

Open minji4928 opened 3 years ago

minji4928 commented 3 years ago

thanks for the implementation of nfnets in keras!

I want to run it using optimizer(SGD_AGC). But there's an error like this.

TypeError: Can't instantiate abstract class SGD_AGC with abstract methods get_config
Sicily-F commented 3 years ago

There's an answer from another user here: https://github.com/ypeleg/nfnets-keras/issues/7