GitHub - WISION-Lab/event-nn-tf: Event neural networks in TensorFlow (paper: https://arxiv.org/abs/2112.00891) (original) (raw)
Conda Environment
To create the event-nn
environment, run:
conda env create -f conda/environment.yml
To enable GPU support, instead run:
conda env create -f conda/environment_gpu.yml
Code Style
Format all code using the Black formatter. Use a line limit of 99 characters. To format a file, use the command:
black <FILE> --line-length 99