Getting ready

The following are the inputs to the function defined in the recipe Using functions to flatten the densely connected layer, create_fc_layer:

  • Input: This is the output of the first fully connected layer; that is, layer_fc1
  • Num_inputs: This is the number of features in the output of the first fully connected layer, fc_size
  • Num_outputs: This is the number of the fully connected neurons output (equal to the number of labels, num_classes )
  • Use_relu: This is the binary flag set to FALSE
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset