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
Hi, I'm confused with the implementation of the MACTransformer module. In the paper of Titan, the MACTransformer uses the output of attention to update the NeuralMemory. However, in this implementation, I think the update of NeuralMemory (mem.forward) is conducted before attention. I'm confused if there is something I misunderstand.
The text was updated successfully, but these errors were encountered:
Hi, I'm confused with the implementation of the MACTransformer module. In the paper of Titan, the MACTransformer uses the output of attention to update the NeuralMemory. However, in this implementation, I think the update of NeuralMemory (mem.forward) is conducted before attention. I'm confused if there is something I misunderstand.
The text was updated successfully, but these errors were encountered: