edhenry / chexnet

Implementation and fullstack pipeline for CheXNet classifier
MIT License
13 stars 12 forks source link

[BUG]Test images not displaying in CheXNet Workflow Example notebook #23

Closed kholohan closed 5 years ago

kholohan commented 5 years ago

Describe the bug The CheXNet Workflow Example notebook (CheXNet Workflow Example.ipynb), no longer displays the example images, found in the first section. There doesn't appear to be any visible error messages in the notebook. They also appear to be missing from https://github.com/edhenry/chexnet/blob/master/CheXNet%20Workflow%20Example.ipynb.

To Reproduce Steps to reproduce the behavior:

  1. Execute sudo ansible-playbook -i hosts build_site.yml
  2. Point browser to http://172.23.0.20:8888/tree
  3. Open jupyter_env/CheXNet Workflow Example.ipynb
  4. See error

Expected behavior Example images should be visible.

Screenshots If applicable, add screenshots to help explain your problem. image

Aliktk commented 3 years ago

Hello, sir thanks for the repo I successfully implement after a lot of struggle with ansible and docker problem. now after opening the example notebook where I can upload for a new image and getting this error. 'NoneType' object is not iterable Getting this error when open and send the image to Kafka but the prediction was not showing anymore. What can be the reason for it? Please help @kholohan @edhenry