Skip to content

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

Description

@Shariat1994

after tracking the code i understand sub_sp_info 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}}]]**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions