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
In WaST in TF_AwareBlocks there is if use_bottleneck == "decompose". However, param use_bottleneck is set to True in WaST_level1. Shouldnt there be only if use_bottleneck`?
Second issue in forward of TF_AwareBlocks is this x = skip = self.blocks(x). Is this correct?
The text was updated successfully, but these errors were encountered:
In WaST in
TF_AwareBlocks
there isif use_bottleneck == "decompose"
. However, paramuse_bottleneck
is set toTrue
inWaST_level1
. Shouldnt there be only
if use_bottleneck`?Second issue in forward of
TF_AwareBlocks
is thisx = skip = self.blocks(x)
. Is this correct?The text was updated successfully, but these errors were encountered: