USTC-Video-Understanding / I3D_Finetune

TensorFlow code for finetuning I3D model on UCF101.
144 stars 43 forks source link

about test.py #46

Open TianshengSun opened 3 years ago

TianshengSun commented 3 years ago

Hi, i have noticed that there is a

rgb_fc_out = tf.layers.dense(rgb_logits_dropout, _CLASS_NUM[dataset], use_bias=True)

in your test.py. I don't understand about this. This layer looks like have no pretrained parameters, can anybody tell me what the function of this layer is?