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 line 60 in your code, tiramisu.py, : cur_channels_count += prev_block_channels
actually does nothing, since the cur_channels_count is overwritten before and after. Please consider removing it, since it is confusing and misleading.
The line 60 in your code, tiramisu.py, : cur_channels_count += prev_block_channels
actually does nothing, since the cur_channels_count is overwritten before and after. Please consider removing it, since it is confusing and misleading.
The text was updated successfully, but these errors were encountered: