Projection layer

i’m working on action recognition task, the paper that i’m working from it say’s that after feed the images to vgg16 add to the projection layer as in the imagepdf
how can i implement prejection layer in pytorch and feed it to Bi-Directional Recurrent Neural Network?