You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#17 (comment) lead us to have out_spatial_dim as an optional arg to many functions and modules, e.g. Conv.
When this is not passed (also see #115), then some default dim tag is created. When this is a dynamic dim, this is fine and no extra logic is needed. When this is static, we need to know the resulting dim in advance, and basically need to duplicate the logic from RETURNN, e.g. ConvLayer.calc_out_dim.
This issue is also on pure RETURNN side, and reported here: rwth-i6/returnn#955
However, we probably need to have some changes here on returnn-common side as well.
The text was updated successfully, but these errors were encountered:
#17 (comment) lead us to have
out_spatial_dim
as an optional arg to many functions and modules, e.g.Conv
.When this is not passed (also see #115), then some default dim tag is created. When this is a dynamic dim, this is fine and no extra logic is needed. When this is static, we need to know the resulting dim in advance, and basically need to duplicate the logic from RETURNN, e.g.
ConvLayer.calc_out_dim
.This issue is also on pure RETURNN side, and reported here: rwth-i6/returnn#955
However, we probably need to have some changes here on returnn-common side as well.
The text was updated successfully, but these errors were encountered: