hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 262 forks source link

Weights input as .npy format to specific layer #63

Closed AKASH2907 closed 6 years ago

AKASH2907 commented 6 years ago

1) I have pool 5 features in .npy format of size 512 numbers. How to input that as weights for input to a fully connected layer? Input dimension of FC layer is 8192 which comes after pooling by flatenning 512 1 4 * 4 but here I have only 512. Do I need to typecast those constants as a tensor of this matrix dimensions and then use as input?

2) The inputs are images with read_clips_and_labels but my training input would be weights of that video with label id?? I have frozen the upper layers.