CfC icon indicating copy to clipboard operation
CfC copied to clipboard

About training cfc with other neural networks of different architecture

Open Zhangzhixiang-laugh opened this issue 1 year ago • 2 comments

Is it possible to train cfc neural network with other network structures such as transformer? Are there specific examples?

Zhangzhixiang-laugh avatar Apr 23 '23 04:04 Zhangzhixiang-laugh

You can stack and combine CfCs with other layers. For instance, here: https://ncps.readthedocs.io/en/latest/examples/atari_bc.html, a CfC is combined with convolutional layers.

mlech26l avatar Apr 27 '23 14:04 mlech26l