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
Traceback (most recent call last):
File "sample.py", line 61, in
indices = sbnet_module.reduce_mask(mask, blockCount, tol=0.5, **inBlockParams)
TypeError: reduce_mask() got an unexpected keyword argument 'bsize'
This gets fixed when I rename bsize, boffset and bstride to dynamic_bsize, dynamic_boffset and dynamic_bstride in the inBlockParams and outBlockParams.
The text was updated successfully, but these errors were encountered:
When I run sample.py, I get the following error:
Traceback (most recent call last):
File "sample.py", line 61, in
indices = sbnet_module.reduce_mask(mask, blockCount, tol=0.5, **inBlockParams)
TypeError: reduce_mask() got an unexpected keyword argument 'bsize'
This gets fixed when I rename bsize, boffset and bstride to dynamic_bsize, dynamic_boffset and dynamic_bstride in the inBlockParams and outBlockParams.
The text was updated successfully, but these errors were encountered: