Hi,
I am using Python - 3.6.8, TF version - 2.3.0
fw_cells = [rnn.DropoutWrapper(cell) for cell in fw_cells]
Facing the below error
AttributeError: module 'tensorflow.contrib.rnn' has no attribute 'DropoutWrapper'
Please help to resolve the issue
Thanks in Advance,
Nishar Ahamed A