Jason Rigby
Jason Rigby
https://github.com/jasonrig/address-net/blob/master/addressnet/predict.py#L111 Add blank dictionary for `params` to suppress warning and improve inference performance. See issue #1 for details.
The inference batch size is currently fixed to 1. This should be configurable. See: https://github.com/jasonrig/address-net/blob/master/addressnet/dataset.py#L499
It appears that the request URI is not appended to the basePath. Note how the request does not include the /pets suffix. Steps to reproduce: 1. Install swagger-suite via npm...