jsczzzk / R-MSFM

Code for R-MSFM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BasicUpdateBlock

Rashfu opened this issue · comments

commented

The param net passed to the forward function seems useless, because it's always covered by the result of self.encoder(depth, corr). Is it a bug here or just as what I think?

Yes, it is just as what you think. Because we try to apply the GRU module to the BasicUpdateBlock, i.e., R-MSFM3-B in Table2.