JerryLingjieMei / FALCON-Release

PyTorch implementation of FALCON: Fast Visual Concept Learning by Integrating Images, Linguistic descriptions, and Conceptual Relations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong code.

LemonQC opened this issue · comments

No FALCON-R
image
image

If you look at the forward function, they will be applied in different ways (recurrent vs. a single forward step).

If you look at the forward function, they will be applied in different ways (recurrent vs. a single forward step).

Ok, I also found. I think you just utilize the recurrent approach rather that RNN?

RNN basically stands for applying the same neural module (typically named RNNCell in PyTorch) recurrently. So calling it RNN is fine. And at the end this is just a naming for a variable…