yangxuntu / vrd

two models for visual relationship detection
94 stars 28 forks source link

sub_sp_info and ob_sp_info must feed a value for placeholder tensor #14

Open Shariat1994 opened 5 years ago

Shariat1994 commented 5 years ago

after tracking the code i understand _sub_spinfo and _ob_sp_info_ get no value in anyplace of this code. to make sure sen it directly to fully connected layer

**sub_fc = slim.fully_connected(sub_fc, cfg.VTR.VG_R, activation_fn=tf.nn.relu, scope='RD_sub_fc')
ob_fc  = slim.fully_connected(ob_fc,  cfg.VTR.VG_R, activation_fn=tf.nn.relu, scope='RD_ob_fc')**

and you recive this errro:

**InvalidArgumentError: You must feed a value for placeholder tensor 'Placeholder_3' with dtype float and shape [30,4] [[{{node Placeholder_3}}]]**