2.0 Default to speed
This makes some small changes, but one breaking change is that the model default is switched out.
To use this code with the previous model, you will need to add the size to the load
....load('/path/to/old/model/', {size: 299}
. The default size is now 224
due to the new default model.