Open copybara-service[bot] opened 1 year ago
Flax is changing the RNNCellBase API:
RNNCellBase
features
initialize_carry
batch_dims
size
input_shape
More details about the changes and how to upgrade to the new API can be found here.
Flax is changing the
RNNCellBase
API:features
argumentinitialize_carry
method, instead of passing in thebatch_dims
andsize
, you only have to pass in aninput_shape
More details about the changes and how to upgrade to the new API can be found here.