google-research/bigbird

bug in line-494 of script- run_pretraining.py

thevasudevgupta opened this issue · 0 comments

There is small bug in following:

self._trainable_weights = (self.extra_layer +

It should be self._trainable_weights = (self.extra_layer.trainable_weights +