You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you all for your work on this project — it's proven fantastic for understanding memory pressure and experimenting with training!
I noticed, however, that the title and legend text on each of the dashboards have been "clipped" from above, making it difficult to read. I've checked the browser's console and everything appears to have loaded successfully. Attached is a (somewhat redacted) visual of what I see:
A few more details:
This is running within a Docker container based on nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04.
JupyterLab is running within a poetry virtual environment.
Below is the output of poetry run jupyter labextension list:
JupyterLab v1.2.11
Known labextensions:
app dir: /root/.cache/pypoetry/virtualenvs/POETRY_VENV_NAME/share/jupyter/lab
@jupyter-widgets/jupyterlab-manager v1.1.0 enabled OK
@jupyterlab/toc v2.0.0 enabled OK
jupyterlab-nvdashboard v0.2.1 enabled OK
Below is the output of poetry export --format=requirements.txt --without-hashes --dev:
I thought so, I've seen display issues like this in Brave before. Have you tried another browser? We generally test the extension in the more popular browsers and cannot necessarily support niche browsers like Brave (even if I'm fully on board with their mission).
I would also propose that this is likely a Bokeh bug in Brave as this dashboard is just Bokeh plots displayed in an iframe.
Hi,
First of all, thank you all for your work on this project — it's proven fantastic for understanding memory pressure and experimenting with training!
I noticed, however, that the title and legend text on each of the dashboards have been "clipped" from above, making it difficult to read. I've checked the browser's console and everything appears to have loaded successfully. Attached is a (somewhat redacted) visual of what I see:
A few more details:
nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
.poetry
virtual environment.Below is the output of
poetry run jupyter labextension list
:Below is the output of
poetry export --format=requirements.txt --without-hashes --dev
:...and below is the output of running
from fastai.utils.show_install import *; show_install()
:Please let me know if there's anything else I can do to help diagnose this issue. Thanks again!
The text was updated successfully, but these errors were encountered: