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
The variable out_block is an optional parameter, and the default value is None. However, the code in line 422, out_block.value ,try to access the attribute shape of out_block.
The text was updated successfully, but these errors were encountered:
Qinka
added a commit
to Qinka/nn-common-modules
that referenced
this issue
May 24, 2021
nn-common-modules/nn_common_modules/modules.py
Line 412 in 0c4eb5f
nn-common-modules/nn_common_modules/modules.py
Line 422 in 0c4eb5f
The variable
out_block
is an optional parameter, and the default value isNone
. However, the code in line 422,out_block.value
,try to access the attributeshape
ofout_block
.The text was updated successfully, but these errors were encountered: