Hasib Zunair

Results 11 comments of Hasib Zunair

ImageCLEFmed Tuberculosis Challenge (2019) 335 chest CT scans. Labels are CT-wise scale. https://www.crowdai.org/challenges/imageclef-2019-tuberculosis-severity-scoring ImageCLEFmed Tuberculosis Challenge (2020) 403 chest CT scans. Labels are on a lung-wise scale rather than CT-wise...

They aren't if I am not wrong. I removed the nbagg backend and installed the ipympl it seems to work fine for these notebooks. The issue for the `%matplotlib widget`...

I have fixed the widget issue by running the following bash commands: ``` conda install -y nodejs pip install --upgrade jupyterlab jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter labextension install jupyter-matplotlib jupyter...

I am able to run all examples by switching to inline and removing backend at the same time. Also ```%matplotlib widget```, after installing `ipympl`, results in the following error in...

I already restarted after installing it. Still results in the same error. Additionally, running the cell more than once results in another error: ```KeyError: '97acd0c8fb504a2288834b349003b4ae'```

You can find the issue at [#148](https://github.com/matplotlib/jupyter-matplotlib/issues/148). Any workarounds for the backend issue? Not sure if this `matplotlib.use('nbagg')` is needed anymore.

Having the same issue. Any workarounds for this?

You need to install these specific packages: TensorFlow GPU 1.13.1 Keras 2.3.1 Works for me. Running experiments on Ubuntu 18.04 with Python 3.6 inside a conda environment.