CfC
CfC copied to clipboard
About training cfc with other neural networks of different architecture
Is it possible to train cfc neural network with other network structures such as transformer? Are there specific examples?
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.