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
Why use cross h to get mean and logs? Is there any difference to get mean and logs from its contiguous splits of h?
I guess maybe you want to "cross split" the featuremap to get the z1, z2 in the previous lines:
As feature feed to split2d are concated from two parts of formerly revnet2d layer, the first half and second half of which are not that equal, doing a "cross split" to get z1, z2 may be a better choice.
The text was updated successfully, but these errors were encountered:
feiyunzhang
changed the title
about split2d_prior
About the cross split and channel-continuously split
Oct 29, 2019
hi,
glow/model.py
Lines 576 to 584 in eaff217
Why use cross h to get mean and logs? Is there any difference to get mean and logs from its contiguous splits of h?
I guess maybe you want to "cross split" the featuremap to get the z1, z2 in the previous lines:
glow/model.py
Lines 545 to 555 in eaff217
As feature feed to split2d are concated from two parts of formerly revnet2d layer, the first half and second half of which are not that equal, doing a "cross split" to get z1, z2 may be a better choice.
The text was updated successfully, but these errors were encountered: