Skip to content

Instantly share code, notes, and snippets.

@f-rumblefish
Last active July 6, 2019 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f-rumblefish/91a160002de8e0271f62f6d596c44f0f to your computer and use it in GitHub Desktop.
Save f-rumblefish/91a160002de8e0271f62f6d596c44f0f to your computer and use it in GitHub Desktop.
Multi-Input/Multi-Channel Performance
Approach Core Network Tail Network File Accuracy
Multi-Input 3 Conv2D/MaxPooling CNN Dense(1024/512/256) 101 65%
Multi-Input MobileNet ... 107
Multi-Channel 3 Conv2D/MaxPolling CNN ... 201 22%
Multi-Channel MobileNet GAP(0124)/Dense(256) 307 100%
Multi-Channel MobileNetV2 GAP(1024)/Dense(256) 308 2-->96%/10-->22%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment