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 your implementation, the four variables generated by this code do not seem to be the same as the description in the paper. Can you elaborate on the meanings and functions of these four variables? Thank you! coarse_raw, coarse_high, coarse, fine = self.decoder(feat, x)
Looking forward to your reply!
The text was updated successfully, but these errors were encountered:
Thanks for your great work! @paul007pl
In your implementation, the four variables generated by this code do not seem to be the same as the description in the paper. Can you elaborate on the meanings and functions of these four variables? Thank you!
coarse_raw, coarse_high, coarse, fine = self.decoder(feat, x)
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: