quant-aq / aeromancy

⚗️ Aeromancy: A framework for performing reproducible AI and ML
https://quant-aq.github.io/aeromancy/
Apache License 2.0
10 stars 1 forks source link

Drop/replace term_image support #19

Open dmcc opened 4 months ago

dmcc commented 4 months ago

While it's cool to display the DAG in the terminal, it's often unreadable (e.g., in VSCode). Perhaps it should be replaced with a better ASCII DAG renderer (https://pypi.org/project/asciidag/ ? https://pypi.org/project/stackeddag/ ?).

We also get this log spam on import a lot: (e.g., in Notebooks)

.../venv/lib/python3.10/site-packages/term_image/utils.py:749: TermImageWarning: It seems this process is not running within a terminal. Hence, some features will behave differently or be disabled.
See https://term-image.readthedocs.io/en/stable/guide/concepts.html#active-terminal
Any filter for this warning must be set before loading `term_image`, using `UserWarning` with the warning message (since `TermImageWarning` won't be available).
  warnings.warn(