Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Accuracy difference between pytorch model and tensorflow model #24

Open
akshshu opened this issue Oct 8, 2021 · 1 comment
Open

Accuracy difference between pytorch model and tensorflow model #24

akshshu opened this issue Oct 8, 2021 · 1 comment

Comments

@akshshu
Copy link

akshshu commented Oct 8, 2021

bagnet33 pytorch result on a image

[('Labrador retriever', 96.07062530517578),
('Saluki, gazelle hound', 3.3289875984191895),
('golden retriever', 0.33122718334198),
('bull mastiff', 0.11044301837682724),
('Great Dane', 0.04927573725581169)]

bagnet33 tensorflow result on the same image
('n02099712', 'Labrador_retriever', 28.739027)
('n02091831', 'Saluki', 25.376663
('n02099601', 'golden_retriever', 23.068756)
('n02108422', 'bull_mastiff', 21.97139)
('n02109047', 'Great_Dane', 21.164375)

These result were produced by resizing image to (224,224)
The difference persist on bagnet17 as well.
Is this difference expected?
The image used is attached
dog
.

@akshshu
Copy link
Author

akshshu commented Oct 24, 2021

???

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant