Open dataframing opened 4 years ago
Sorry for the delayed response. Which browser are you using?
I'm using Brave.
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!