keras-applications
keras-applications copied to clipboard
Add InceptionV4 pretrianed model
According Google's research : https://arxiv.org/abs/1805.08974 Inception-V4 shows best performance on fine-tune, while keras-application still not include inception-v4 pretrained model. Add an official implementation will be very helpful, thank u.
Is this a help wanted issue? I can submit a PR if so.
Is this a help wanted issue? I can submit a PR if so.
Hi. It would be very helpful, thk u
I have it almost ready. I'll test it against the tensorflow/models implementation and submit the PR in a few days.
I have it almost ready. I'll test it against the tensorflow/models implementation and submit the PR in a few days.
Have you succeeded?