OpenMined / courses

A place where our community can discuss OpenMined Courses, including posting questions, sharing feedback, or providing comments for discussion!
http://courses.openmined.org
167 stars 74 forks source link

Fix classifying the wrong image in FL duet_mnist #425

Open mohres opened 2 years ago

mohres commented 2 years ago

Fix FL duet_mnist classify_url_image function classifying the wrong image

Description

This PR solves the issue of Classifying the wrong image in federated learning duet_mnist url_image example. the function classify_url_image does not really classify the received image's URL; it displays the received image im but predicts the value of image_1, which is an example from the test dataset. The solution resizes and converts the Image object to a tensor object and sends the object to classifıcatıon functıon classify_local

Affected Dependencies

None

How has this been tested?

Checklist

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB