Jason Rigby

Results 15 comments of Jason Rigby

Hi @poorlymac Thanks for the kind words and for reporting the issue. Given that this is a probabilistic model, the answer unfortunately would come down to creating a more realistic...

Hey, sorry for not being so active here. Calculating the probability of a given address is kind of difficult. Remember that this model (assuming you're using the same architecture as...

The softmax is already applied here: https://github.com/jasonrig/address-net/blob/28e7c2de030bae56f81c66d7e640dcc2d04fdfb6/addressnet/model.py#L31 So you should be able to access the values here: https://github.com/jasonrig/address-net/blob/28e7c2de030bae56f81c66d7e640dcc2d04fdfb6/addressnet/predict.py#L143

Just be aware that the value you calculate can't be interpreted as the confidence that the address is correct. It will be related to the probability that the character labels...

Yes that's right. For some reason /pets isn't part of the URL...