Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 304 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 304 Bytes

CNN Letters

Getting started

sudo apt install graphviz
python3 -m venv venv

Then install requirements:

source venv/bin/activate
pip install -r requirements.txt

How to start jupyter lab

jupyter lab --collaborative --YDocExtension.document_save_delay=0.5