How to do it...

  1. Run the create_fc_layer function with the preceding input parameters:
layer_fc1 = create_fc_layer(input=layer_flat,
num_inputs=num_features,
num_outputs=fc_size,
use_relu=TRUE)
..................Content has been hidden....................

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