hx173149 / C3D-tensorflow

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

How to fuse networks with saved models #55

Open binhhoangtieu opened 6 years ago

binhhoangtieu commented 6 years ago

If I have trained this model with two kinds of dataset (RGB and opticalflow) and saved to 2 separate models: model1 and model2 Now I want to fuse 2 these networks (using average fusion method) for classification, how to do it? Any one have coded this part

binhhoangtieu commented 6 years ago

Here is a good sample for how to fuse multi networks

babdulhakim2 commented 5 years ago

@binhhoangtieu How were you able to train the models? Didi you use transfer learning from sports1m_finetuning_ucf101 to train with you custom datasets? if yes, please share some guide. I am really stuck with the fine tuning technique. Thank you