You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several typos in this paragraph...making interpretation unclear (e.g. 'expert' is a verb...or not?)
Some typos emphasized:
"Using the Keras functional API, we will need to additional additional full connected layers to our model. We we removed the top layers, we removed all preivous fully connected layers. In other words, we kept only the feature processing portions of our network. You can expert with additional layers beyond what's listed here. The GlobalAveragePooling2D layer functions as a really fancy flatten function by taking the average of each of the last convolutional layer outputs (which is two dimensional still)."
The text was updated successfully, but these errors were encountered:
Several typos in this paragraph...making interpretation unclear (e.g. 'expert' is a verb...or not?)
Some typos emphasized:
"Using the Keras functional API, we will need to additional additional full connected layers to our model. We we removed the top layers, we removed all preivous fully connected layers. In other words, we kept only the feature processing portions of our network. You can expert with additional layers beyond what's listed here. The GlobalAveragePooling2D layer functions as a really fancy flatten function by taking the average of each of the last convolutional layer outputs (which is two dimensional still)."
The text was updated successfully, but these errors were encountered: