Skip to content

2.0 Default to speed

Compare
Choose a tag to compare
@GantMan GantMan released this 02 May 14:45
· 491 commits to master since this release

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.