What is the difference between 'run_experiments_train.m' and 'run_experiments_bcnn_train.m'

Issue #13 new
Former user created an issue

May I ask that what is the difference between 'run_experiments_train.m' and 'run_experiments_bcnn_train.m'?

Comments (2)

  1. tsungyu repo owner

    run_experiments_train.m is for training standard CNN network. run_experiments_bcnn_train.m is for training BCNN network, which takes two CNN as inputs and builds BCNN layers on top of them.

  2. Yili Zhao

    By the way, It seems that run_experiments_train.m will depend on run_experiments_bcnn_train.m? Because when I run run_experiments_train.m first, it shows error of cannot find model bcnn-cub-mm-net.mat which should be generated by run_experiments_bcnn_train.m.

  3. Log in to comment