How about these solutions below. Are they viable?
init.xavier_normal(GRU)
# or
for p in layer.params():
init.xavier_normal(p)
How about these solutions below. Are they viable?
init.xavier_normal(GRU)
# or
for p in layer.params():
init.xavier_normal(p)